summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2008-01-04 11:52:10 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2008-01-04 11:52:10 +0100
commitb8d1753e0945ca028ba52908ae8354d5ebf0763b (patch)
tree20fc627a937b46061e8eb7876366a4255453f93a /config.mk
parentf7cd9bb5101e3565f6d78adbe8076b3f5cb798c3 (diff)
dd function dogtlt; added Szabolcs' patch
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 13bd0a0..f271b1b 100644
--- a/config.mk
+++ b/config.mk
@@ -10,7 +10,10 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib
# flags
-CFLAGS = -Os -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -g -O0 -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\"
+#CFLAGS = -fprofile-arcs -ftest-coverage -pg -g -O0 -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\"
+#CFLAGS = -Os -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -fprofile-arcs -ftest-coverage -pg ${LIBS}
LDFLAGS = ${LIBS}
# compiler