summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2019-05-07 13:35:27 +0800
committerzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2019-05-07 13:35:27 +0800
commit340a723b87eff9df140bfb1de239ea65e318fee1 (patch)
treeadef6d3c77aef868490d3379d5c3008681c105a6
parenta72ab70fee267759c1e22ddb76b7945a55b7b12c (diff)
downloadredis-340a723b87eff9df140bfb1de239ea65e318fee1.tar.gz
Makefile: 1TD -> STD
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1c80e547f..f35685eff 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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