mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
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
|
||||
|
||||
# Optimisation levels
|
||||
CFLAGS += -O2 -Wuninitialized
|
||||
CFLAGS += -O2 -Wuninitialized -gstabs
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user