mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
Makefile: 1TD -> STD
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user