From 3fb649937318116441f4e9e17cdd6f11c48a77d5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 16 Oct 2009 21:30:27 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20strip=20when=20building,=20the?= =?UTF-8?q?=20distro=E2=80=99s=20build=20systems=20handle=20this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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