allow flavors
This commit is contained in:
parent
95423cc26c
commit
725fbf78ee
@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
|
|||||||
NODEPS:=clean distclean
|
NODEPS:=clean distclean
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
ifneq ($(CC),clang)
|
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=c11 -pedantic -DREDIS_STATIC=''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user