From a9eab223e339eabdf8c02157ecdeeb38a1d73ab3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 16:27:35 +0000 Subject: Debugging more useful than optimisation svn path=/trunk/libdom/; revision=13599 --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/makefile') 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 -- cgit v1.2.3