summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-12-10 23:20:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-12-10 23:20:18 +0000
commit32adce8a090c6c095b92bd8523d09479e3c17620 (patch)
treecad14c9826c0e81889753ca792a27b49bab5b017 /frontends/amiga/Makefile
parenteba0fd70ebf937ad10f7bb1221268a9552d494fa (diff)
downloadnetsurf-32adce8a090c6c095b92bd8523d09479e3c17620.tar.gz
netsurf-32adce8a090c6c095b92bd8523d09479e3c17620.tar.bz2
Explicitly open dos.library
Diffstat (limited to 'frontends/amiga/Makefile')
-rw-r--r--frontends/amiga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index f57b4ef8a..5089b4a46 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -5,7 +5,7 @@
CFLAGS += -std=c99 -Dnsamiga
ifneq ($(SUBTARGET),os3)
- CFLAGS += -O2 -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
+ CFLAGS += -O2 -mstrict-align -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
else
CFLAGS += -O2 -DPATH_MAX=1024 -D__m68k__ -m68020
endif