tweak form feedback
This commit is contained in:
parent
131df0d757
commit
185a0ac62a
@ -23,7 +23,7 @@ NODEPS:=clean distclean
|
|||||||
ifeq (,$(findstring clang,$(CC)))
|
ifeq (,$(findstring clang,$(CC)))
|
||||||
STD=-std=c99 -pedantic -DREDIS_STATIC=''
|
STD=-std=c99 -pedantic -DREDIS_STATIC=''
|
||||||
else
|
else
|
||||||
STD=-std=c11 -pedantic -DREDIS_STATIC=''
|
STD=-std=c99 -Wno-c11-extensions -pedantic -DREDIS_STATIC=''
|
||||||
endif
|
endif
|
||||||
WARN=-Wall -W -Wno-missing-field-initializers
|
WARN=-Wall -W -Wno-missing-field-initializers
|
||||||
OPT=$(OPTIMIZATION)
|
OPT=$(OPTIMIZATION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user