diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-30 00:45:18 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2016-03-02 14:44:06 +0100 |
commit | 50befe4a9586f7ef29a00ae78e7580dfe16a48df (patch) | |
tree | 1b7245c7c449da4a02759d8e21090f221b4885a0 | |
parent | 581075796aa380f32a0313c4c64a608e55f8b374 (diff) | |
download | surf-50befe4a9586f7ef29a00ae78e7580dfe16a48df.tar.gz surf-50befe4a9586f7ef29a00ae78e7580dfe16a48df.tar.bz2 surf-50befe4a9586f7ef29a00ae78e7580dfe16a48df.zip |
Modify linking parameter
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}\" |