Don’t strip when building, the distro’s build systems handle this

pull/1/head
Michael Stapelberg 2009-10-16 21:30:27 +02:00
parent 25fe0bf00d
commit 3fb6499373
1 changed files with 1 additions and 1 deletions

View File

@ -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