SDL_mixer: updates for watcom optimization flags

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

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

diff --git a/Makefile.os2 b/Makefile.os2
index d2ffbd08..a72d2e4a 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -59,7 +59,7 @@ TIMIOBJS = $(TIMISRCS:.c=.obj)
 
 LIBS = SDL2.lib
 
-CFLAGS_BASE = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei -j
+CFLAGS_BASE = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oeatxh -ei -j
 # warnings:
 CFLAGS_BASE+= -wx
 # newer OpenWatcom versions enable W303 by default
@@ -187,6 +187,7 @@ clean: .SYMBOLIC
   @if exist *.err rm *.err
   @if exist $(TIMILIB) rm $(TIMILIB)
   @if exist $(LNKFILE) rm $(LNKFILE)
+
 distclean: .SYMBOLIC clean
   @if exist $(DLLFILE) rm $(DLLFILE)
   @if exist $(LIBFILE) rm $(LIBFILE)