There was an error while loading. Please reload this page.
1 parent 6534b3e commit a21d152Copy full SHA for a21d152
src/Makefile
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
20
NODEPS:=clean distclean
21
22
# Default settings
23
-ifneq ($(CC),clang)
+ifeq (,$(findstring clang,$(CC)))
24
STD=-std=c99 -pedantic -DREDIS_STATIC=''
25
else
26
STD=-std=c11 -pedantic -DREDIS_STATIC=''
0 commit comments