summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-27 19:17:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-27 19:17:09 +0000
commit4c4c7225df773db8a46975a84ad13237e92503b4 (patch)
tree6de83535ecd7dbed8c46ddffdff43cdf56779cc8 /amiga/Makefile.target
parent2b9f7b6c46a22a40d1755a01cacd702864a6a8ed (diff)
downloadnetsurf-4c4c7225df773db8a46975a84ad13237e92503b4.tar.gz
netsurf-4c4c7225df773db8a46975a84ad13237e92503b4.tar.bz2
Don't use optimisation when building for OS3
This is causing unexpected problems.
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index a9de6eec0..a9178e6e6 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -5,9 +5,9 @@
CFLAGS += -std=c99 -Dnsamiga
ifneq ($(SUBTARGET),os3)
- CFLAGS += -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
+ CFLAGS += -O2 -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
else
- CFLAGS += -DPATH_MAX=1024
+ CFLAGS += -O0 -DPATH_MAX=1024
endif
NETSURF_FEATURE_ROSPRITE_CFLAGS := -DWITH_NSSPRITE