summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-02 10:59:28 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-02 10:59:28 +0200
commite9c9715f52afd3b4e3d512aea9d021e7e1980f63 (patch)
treed87d6d1c2c5cd19bf609d832adb29255434ca1c3 /config.mk
parent4b1b1b8a2070793e7f6467f2005d6fbd1ae63065 (diff)
downloadsurf-e9c9715f52afd3b4e3d512aea9d021e7e1980f63.tar.gz
surf-e9c9715f52afd3b4e3d512aea9d021e7e1980f63.tar.bz2
surf-e9c9715f52afd3b4e3d512aea9d021e7e1980f63.zip
Adding small fix by Alex Puterbaugh. Thanks.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index a5f0b6d..c40df0b 100644
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -O0 -g ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}
# Solaris