Merge pull request #6080 from soloestoy/fix-makefile

Makefile: 1TD -> STD
This commit is contained in:
Salvatore Sanfilippo 2019-05-10 12:37:07 +02:00 committed by GitHub
commit 1e9b8d853d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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