Merge pull request #6080 from soloestoy/fix-makefile
Makefile: 1TD -> STD
This commit is contained in:
commit
1e9b8d853d
@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
|
||||
NODEPS:=clean distclean
|
||||
|
||||
# Default settings
|
||||
1TD=-std=c11 -pedantic -DREDIS_STATIC=''
|
||||
STD=-std=c11 -pedantic -DREDIS_STATIC=''
|
||||
ifneq (,$(findstring clang,$(CC)))
|
||||
ifneq (,$(findstring FreeBSD,$(uname_S)))
|
||||
STD+=-Wno-c11-extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user