first attempt at fixing the VBE 1.2 fallback code
[retrobench] / Makefile.dj
index 6e80356..3b487f7 100644 (file)
@@ -20,11 +20,11 @@ AS = $(TC)as
 
 warn = -pedantic -Wall -Wno-deprecated-declarations
 dbg = -g
-opt = -O3 -ffast-math
+opt = -O3 -ffast-math -fno-strict-aliasing
 inc = -Isrc
 def = -DNO_STDINT_H
 
-CFLAGS = -pedantic $(warn) $(dbg) $(opt) $(def) $(inc) -fno-strict-aliasing -MMD
+CFLAGS = $(warn) $(dbg) $(opt) $(def) $(inc) -MMD
 LDFLAGS = -Wl,-Map=link.map
 
 $(bin): $(obj)