No debug symbols on OS3

None of the tools manage to extract any info from them
This commit is contained in:
Chris Young 2019-05-06 13:36:18 +01:00
parent 3e3a8e9549
commit d719bdcee3
1 changed files with 3 additions and 1 deletions

View File

@ -34,11 +34,13 @@ NETSURF_USE_NSSVG := YES
NETSURF_FS_BACKING_STORE := YES
# Optimisation levels
CFLAGS += -fomit-frame-pointer -gstabs
CFLAGS += -fomit-frame-pointer
# Target-specific
ifeq ($(SUBTARGET),os3)
NETSURF_USE_OPENSSL := NO
NETSURF_USE_AMISSL := YES
else
CFLAGS += -gstabs
endif