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