Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
340a723b
Commit
340a723b
authored
May 07, 2019
by
zhaozhao.zz
Browse files
Makefile: 1TD -> STD
parent
a72ab70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
340a723b
...
...
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
NODEPS
:=
clean distclean
# Default settings
1
TD
=
-std
=
c11
-pedantic
-DREDIS_STATIC
=
''
S
TD
=
-std
=
c11
-pedantic
-DREDIS_STATIC
=
''
ifneq
(,$(findstring clang,$(CC)))
ifneq
(,$(findstring FreeBSD,$(uname_S)))
STD
+=
-Wno-c11-extensions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment