Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3879923d
Commit
3879923d
authored
Oct 07, 2016
by
antirez
Browse files
Enable warning in example modules Makefile.
parent
8fadfe52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/Makefile
View file @
3879923d
...
...
@@ -4,10 +4,10 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
# Compile flags for linux / osx
ifeq
($(uname_S),Linux)
SHOBJ_CFLAGS
?=
-fno-common
-g
-ggdb
-std
=
c99
-O2
SHOBJ_CFLAGS
?=
-W
-Wall
-fno-common
-g
-ggdb
-std
=
c99
-O2
SHOBJ_LDFLAGS
?=
-shared
else
SHOBJ_CFLAGS
?=
-dynamic
-fno-common
-g
-ggdb
-std
=
c99
-O2
SHOBJ_CFLAGS
?=
-W
-Wall
-dynamic
-fno-common
-g
-ggdb
-std
=
c99
-O2
SHOBJ_LDFLAGS
?=
-bundle
-undefined
dynamic_lookup
endif
...
...
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