~kris/suckless

tabbed

0b8e27a808c9e4a1cd65755ec6addf5d28614ef1 — Enno Boland (tox) 16 years ago 907f12f
reverting config.mk as it contains debug flags.
1 files changed, 2 insertions(+), 3 deletions(-)

M config.mk
M config.mk => config.mk +2 -3
@@ 13,9 13,8 @@ LIBS = -L/usr/lib -lc -lX11

# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
#LDFLAGS = -s ${LIBS}
LDFLAGS = ${LIBS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"