summaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 16:27:35 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 16:27:35 +0000
commit9a39786751d5516fc2c5a6adbba15c3b076ee7eb (patch)
tree0abaa53377455a9c32ee9f7de81d402107e08965 /examples/makefile
parent9b13de6db599b3307422ab0b6ce87221f2058a4d (diff)
downloadlibdom-9a39786751d5516fc2c5a6adbba15c3b076ee7eb.tar.gz
libdom-9a39786751d5516fc2c5a6adbba15c3b076ee7eb.tar.bz2
Debugging more useful than optimisation
svn path=/trunk/libdom/; revision=13599
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index 4105989..47cc7ae 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,7 +1,7 @@
CC := gcc
LD := gcc
-CFLAGS := `pkg-config --cflags libdom` `pkg-config --cflags libwapcaplet` -Wall
+CFLAGS := `pkg-config --cflags libdom` `pkg-config --cflags libwapcaplet` -Wall -O0 -g
LDFLAGS := `pkg-config --libs libdom` `pkg-config --libs libwapcaplet`
SRC := dom-structure-dump.c