]> git.sur5r.net Git - i3/i3lock/commitdiff
Don’t strip when building, the distro’s build systems handle this
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Oct 2009 19:30:27 +0000 (21:30 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Oct 2009 19:30:27 +0000 (21:30 +0200)
config.mk

index 78e6237b5d75b01b87d8b21bb174486096e95e8e..b76f66a29b7045e69726a61b80f1a8bf7e3cf75c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -18,7 +18,7 @@ LIBS = -L${X11LIB} -lX11 -lpam -lXext -lXpm -lm
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\"
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+LDFLAGS = ${LIBS}
 
 # compiler and linker
 CC = cc