SDL_ttf: updates for watcom optimization flags

From 164dd650976a75cc39ef0f5cbe89b826594ca0f9 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 18 Jan 2022 14:29:12 +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 f6d848f..262e171 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -23,7 +23,7 @@ OBJS = $(SRCS:.c=.obj)
 
 LIBS = freetype.lib  zlib.lib  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
 # include paths:
@@ -78,6 +78,7 @@ clean: .SYMBOLIC
   @if exist *.obj rm *.obj
   @if exist *.err rm *.err
   @if exist $(LNKFILE) rm $(LNKFILE)
+
 distclean: .SYMBOLIC clean
   @if exist $(DLLFILE) rm $(DLLFILE)
   @if exist $(LIBFILE) rm $(LIBFILE)