Commit 381520ad921944284226b4ebf96299cb7fd0a69c

Ozkan Sezer 2022-01-18T14:32:24

updates for watcom optimization flags

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.os2 b/Makefile.os2
index 5ae8616..9cc14ed 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -28,7 +28,7 @@ INCPATH+= -Iinclude
 LIBM = SDL2libm.lib
 TLIB = SDL2test.lib
 LIBS = mmpm2.lib $(LIBM)
-CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
+CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oeatxhn -ei
 # max warnings:
 CFLAGS+= -wx
 # newer OpenWatcom versions enable W303 by default