mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50: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
|
||||
|
||||
# Default settings
|
||||
ifneq ($(CC),clang)
|
||||
ifeq (,$(findstring clang,$(CC)))
|
||||
STD=-std=c99 -pedantic -DREDIS_STATIC=''
|
||||
else
|
||||
STD=-std=c11 -pedantic -DREDIS_STATIC=''
|
||||
|
Loading…
x
Reference in New Issue
Block a user