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
cf2f5e19
Commit
cf2f5e19
authored
Oct 31, 2018
by
David Carlier
Browse files
tweak form feedback
parent
a21d1522
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
cf2f5e19
...
@@ -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