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
11801e1a
Commit
11801e1a
authored
Oct 31, 2018
by
David Carlier
Committed by
antirez
Nov 20, 2018
Browse files
tweak form feedback
parent
c1f13575
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
11801e1a
...
@@ -23,7 +23,7 @@ NODEPS:=clean distclean
...
@@ -23,7 +23,7 @@ NODEPS:=clean distclean
ifeq
(,$(findstring clang,$(CC)))
ifeq
(,$(findstring clang,$(CC)))
STD
=
-std
=
c99
-pedantic
-DREDIS_STATIC
=
''
STD
=
-std
=
c99
-pedantic
-DREDIS_STATIC
=
''
else
else
STD
=
-std
=
c
11
-pedantic
-DREDIS_STATIC
=
''
STD
=
-std
=
c
99
-Wno-c11-extensions
-pedantic
-DREDIS_STATIC
=
''
endif
endif
WARN
=
-Wall
-W
-Wno-missing-field-initializers
WARN
=
-Wall
-W
-Wno-missing-field-initializers
OPT
=
$(OPTIMIZATION)
OPT
=
$(OPTIMIZATION)
...
...
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