aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-23 09:53:30 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-23 09:53:30 +0200
commitea0e34aa068303113c9e4cd84b386aa3f06c2b95 (patch)
tree4d8879fa96cec3bd398044ddd952abc5956b97d7 /config.mk
parentd136cb337f970cfe3b47134fec4e7578613cc56b (diff)
downloadtabbed-ea0e34aa068303113c9e4cd84b386aa3f06c2b95.tar.gz
tabbed-ea0e34aa068303113c9e4cd84b386aa3f06c2b95.zip
embedding works nice now.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index c4b76a8..a7529bf 100644
--- a/config.mk
+++ b/config.mk
@@ -18,6 +18,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 -Werror -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -g -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS}
#LDFLAGS = -s ${LIBS}
LDFLAGS = ${LIBS}