pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5810757
)
Modify linking parameter
author
Quentin Rameau
<quinq@fifth.space>
Sun, 29 Nov 2015 23:45:18 +0000
(
00:45
+0100)
committer
Quentin Rameau
<quinq@fifth.space>
Wed, 2 Mar 2016 13:44:06 +0000
(14:44 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
56cc343
..
e71316c
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-20,7
+20,7
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -
g
${LIBS}
+LDFLAGS = -
s
${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"