Browse Source

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

master
Michael Stapelberg 15 years ago
parent
commit
3fb6499373
  1. 2
      config.mk

2
config.mk

@ -18,7 +18,7 @@ LIBS = -L${X11LIB} -lX11 -lpam -lXext -lXpm -lm
# flags # flags
CPPFLAGS = -DVERSION=\"${VERSION}\" CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS} LDFLAGS = ${LIBS}
# compiler and linker # compiler and linker
CC = cc CC = cc

Loading…
Cancel
Save