diff options
| author | 2007-05-15 13:44:41 +0200 | |
|---|---|---|
| committer | 2007-05-15 13:44:41 +0200 | |
| commit | 5a3dfb1c40a58647cd55147cc93fec9811a0a6a1 (patch) | |
| tree | a73ec432af255db2079559ad4cd06c6eb4f7b870 /config.mk | |
| parent | applied anydot's dmenu_path caching patch, thank you! (diff) | |
removed strip, added -s to LDFLAGs
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} +LDFLAGS = -s ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} |
