summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 17:12:25 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 17:12:25 +0000
commitdf34246db5414c223618bb2107e94565ff444a84 (patch)
treee864ba1b9fc83da4e349b36029af8eb80ce798ef /Makefile
parent41124cff3e5e20f7b7542bdfec653ef8e852c306 (diff)
downloadlibwapcaplet-df34246db5414c223618bb2107e94565ff444a84.tar.gz
libwapcaplet-df34246db5414c223618bb2107e94565ff444a84.tar.bz2
More tests, some fixes. All the API appears to work
svn path=/trunk/libwapcaplet/; revision=6503
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d15458a..d5db551 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ CFLAGS := -Iinclude -Wall -Werror
ifeq ($(TARGET),debug)
CFLAGS += -O0 -g
else
-CFLAGS += -O2
+CFLAGS += -O2 -DNDEBUG
endif