summaryrefslogtreecommitdiff
path: root/examples
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
commita9eab223e339eabdf8c02157ecdeeb38a1d73ab3 (patch)
tree0abaa53377455a9c32ee9f7de81d402107e08965 /examples
parenta24e5d04f5e4fb51446c623d2352e1da5ea53a2b (diff)
downloadlibdom-a9eab223e339eabdf8c02157ecdeeb38a1d73ab3.tar.gz
libdom-a9eab223e339eabdf8c02157ecdeeb38a1d73ab3.tar.bz2
Debugging more useful than optimisation
svn path=/trunk/libdom/; revision=13599
Diffstat (limited to 'examples')
-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