Makefile: 1TD -> STD

This commit is contained in:
zhaozhao.zz 2019-05-07 13:35:27 +08:00
parent a72ab70fee
commit 340a723b87

View File

@ -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