changeset: 25:c106db207610
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Tue Feb 13 19:25:44 2007 -0500
summary: Enabled debugging and disabled stripping and optimization
diff -r edf65d184be1 -r c106db207610 Makefile
--- a/Makefile Tue Feb 13 12:15:04 2007 -0500
+++ b/Makefile Tue Feb 13 19:25:44 2007 -0500
@@ -41,7 +41,6 @@ ixpc: ${OBJIXPC}
ixpc: ${OBJIXPC}
@echo LD $@
@${LD} -o $@ ${OBJIXPC} ${LDFLAGS} -lixp
- @strip $@
clean:
@echo cleaning
diff -r edf65d184be1 -r c106db207610 config.mk
--- a/config.mk Tue Feb 13 12:15:04 2007 -0500
+++ b/config.mk Tue Feb 13 19:25:44 2007 -0500
@@ -12,7 +12,7 @@ LIBS = -L/usr/lib -lc -L.
LIBS = -L/usr/lib -lc -L.
# flags
-CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -g ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
SOFLAGS = -fPIC -shared
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
Received on Wed Feb 14 2007 - 01:26:55 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:18 UTC