Add debug symbols as they are incredibly useful to have on the auto-builds, and can always be overridden for release builds.

This commit is contained in:
Chris Young 2012-09-28 00:32:48 +01:00
parent 07f86cfc1d
commit 718237c2a5
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ ifeq ($(TARGET),amiga)
NETSURF_AMIGA_USE_CAIRO := YES
# Optimisation levels
CFLAGS += -O2 -Wuninitialized
CFLAGS += -O2 -Wuninitialized -gstabs
endif