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
1e9b8d85
Unverified
Commit
1e9b8d85
authored
May 10, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
May 10, 2019
Browse files
Merge pull request #6080 from soloestoy/fix-makefile
Makefile: 1TD -> STD
parents
2903c56b
340a723b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
1e9b8d85
...
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
...
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
NODEPS
:=
clean distclean
NODEPS
:=
clean distclean
# Default settings
# Default settings
1
TD
=
-std
=
c11
-pedantic
-DREDIS_STATIC
=
''
S
TD
=
-std
=
c11
-pedantic
-DREDIS_STATIC
=
''
ifneq
(,$(findstring clang,$(CC)))
ifneq
(,$(findstring clang,$(CC)))
ifneq
(,$(findstring FreeBSD,$(uname_S)))
ifneq
(,$(findstring FreeBSD,$(uname_S)))
STD
+=
-Wno-c11-extensions
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