summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-06 13:36:18 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-06 13:36:18 +0100
commitd719bdcee3bf4cae2649535251d69a33839ae13a (patch)
tree93998a9fc5170e2f7aaebef1f5700cff96d9b0fc
parent3e3a8e9549d45b2068617337b9b14f6b42896259 (diff)
downloadnetsurf-d719bdcee3bf4cae2649535251d69a33839ae13a.tar.gz
netsurf-d719bdcee3bf4cae2649535251d69a33839ae13a.tar.bz2
No debug symbols on OS3
None of the tools manage to extract any info from them
-rw-r--r--frontends/amiga/Makefile.defaults4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/amiga/Makefile.defaults b/frontends/amiga/Makefile.defaults
index 2d5cec70c..7fcbef0fe 100644
--- a/frontends/amiga/Makefile.defaults
+++ b/frontends/amiga/Makefile.defaults
@@ -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