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
3126e087
Commit
3126e087
authored
Apr 13, 2012
by
Pieter Noordhuis
Browse files
Remove unused LIBS variable
parent
61e8825e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
3126e087
...
...
@@ -45,12 +45,12 @@ endif
ifeq
($(uname_S),SunOS)
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
-D__EXTENSIONS__
-D_XPG6
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LIBS
=
$(LIBS)
-ldl
-lnsl
-lsocket
-lm
-lpthread
FINAL_LIBS
=
-ldl
-lnsl
-lsocket
-lm
-lpthread
DEBUG
=
-g
-ggdb
else
FINAL_CFLAGS
=
$(STD)
$(WARN)
$(OPT)
$(DEBUG)
$(CFLAGS)
$(REDIS_CFLAGS)
FINAL_LDFLAGS
=
$(LDFLAGS)
$(REDIS_LDFLAGS)
FINAL_LIBS
=
$(LIBS)
-lm
-pthread
FINAL_LIBS
=
-lm
-pthread
DEBUG
=
-g
-rdynamic
-ggdb
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