From: Michael Stapelberg Date: Fri, 16 Oct 2009 19:30:27 +0000 (+0200) Subject: Don’t strip when building, the distro’s build systems handle this X-Git-Tag: 2.0~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3fb649937318116441f4e9e17cdd6f11c48a77d5;hp=25fe0bf00d7519db5c514cdb320870fa52265e2e;p=i3%2Fi3lock Don’t strip when building, the distro’s build systems handle this --- diff --git a/config.mk b/config.mk index 78e6237..b76f66a 100644 --- 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