diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2008-01-04 11:52:10 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2008-01-04 11:52:10 +0100 |
| commit | b8d1753e0945ca028ba52908ae8354d5ebf0763b (patch) | |
| tree | 20fc627a937b46061e8eb7876366a4255453f93a /config.mk | |
| parent | f7cd9bb5101e3565f6d78adbe8076b3f5cb798c3 (diff) | |
dd function dogtlt; added Szabolcs' patch
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |