diff options
| author | 2015-11-30 00:45:18 +0100 | |
|---|---|---|
| committer | 2016-03-02 14:44:06 +0100 | |
| commit | 50befe4a9586f7ef29a00ae78e7580dfe16a48df (patch) | |
| tree | 1b7245c7c449da4a02759d8e21090f221b4885a0 /config.mk | |
| parent | Import the arg.h from st which fixed the oob bug. (diff) | |
Modify linking parameter
Diffstat (limited to '')
| -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}\" |
