Commit 9d6fbf0e authored by David Carlier's avatar David Carlier
Browse files

allow flavors

parent 6534b3e0
...@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua ...@@ -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=''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment