mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
[LibOS] Enable -Wnull-dereference
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
8055b40007
commit
209bb2fd83
@@ -12,6 +12,7 @@ OMIT_FRAME_POINTER = no
|
||||
CFLAGS = -Wall -fPIC -std=c11 -Winline -Wwrite-strings \
|
||||
-fmerge-all-constants -Wstrict-prototypes \
|
||||
-Werror=implicit-function-declaration \
|
||||
$(cc-option, -Wnull-dereference) \
|
||||
-fno-stack-protector -fno-builtin -Wno-inline \
|
||||
-I../include -I../../../Pal/lib -I../../../Pal/include/pal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user