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
c1f13575
Commit
c1f13575
authored
Oct 30, 2018
by
David Carlier
Committed by
antirez
Nov 20, 2018
Browse files
allow flavors
parent
275a2d49
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
c1f13575
...
...
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
NODEPS
:=
clean distclean
# Default settings
if
n
eq
($(
CC),clang
)
ifeq
(
,
$(
findstring clang,$(CC))
)
STD
=
-std
=
c99
-pedantic
-DREDIS_STATIC
=
''
else
STD
=
-std
=
c11
-pedantic
-DREDIS_STATIC
=
''
...
...
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