From 718237c2a502817536bc206344cefcd699fd4fd3 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 28 Sep 2012 00:32:48 +0100 Subject: Add debug symbols as they are incredibly useful to have on the auto-builds, and can always be overridden for release builds. --- Makefile.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 8ee569c5a..9a8d207a4 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -261,7 +261,7 @@ ifeq ($(TARGET),amiga) NETSURF_AMIGA_USE_CAIRO := YES # Optimisation levels - CFLAGS += -O2 -Wuninitialized + CFLAGS += -O2 -Wuninitialized -gstabs endif -- cgit v1.2.3