mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 17:40:50 +00:00
tweak form feedback
This commit is contained in:
parent
a21d1522c7
commit
cf2f5e19d9
@ -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