SDL: updates for watcom optimization flags

From 381520ad921944284226b4ebf96299cb7fd0a69c Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 18 Jan 2022 14:32:24 +0300
Subject: [PATCH] updates for watcom optimization flags

---
 Makefile.os2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.os2 b/Makefile.os2
index 5ae8616a96f..9cc14ed99d1 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