mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
allow flavors
This commit is contained in:
parent
6534b3e09e
commit
a21d1522c7
@ -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