From: Quentin Rameau Date: Sun, 29 Nov 2015 23:45:18 +0000 (+0100) Subject: Modify linking parameter X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=50befe4a9586f7ef29a00ae78e7580dfe16a48df Modify linking parameter --- diff --git a/config.mk b/config.mk index 56cc343..e71316c 100644 --- 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}\"