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