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:
parent
07f86cfc1d
commit
718237c2a5
|
@ -261,7 +261,7 @@ ifeq ($(TARGET),amiga)
|
||||||
NETSURF_AMIGA_USE_CAIRO := YES
|
NETSURF_AMIGA_USE_CAIRO := YES
|
||||||
|
|
||||||
# Optimisation levels
|
# Optimisation levels
|
||||||
CFLAGS += -O2 -Wuninitialized
|
CFLAGS += -O2 -Wuninitialized -gstabs
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue