SDL_rtf: updates for watcom optimization flags

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

---
 Makefile.os2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.os2 b/Makefile.os2
index 0b7248a..2ce415c 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -23,7 +23,7 @@ OBJS = $(SRCS:.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
@@ -53,7 +53,7 @@ $(LNKFILE):
   @%append $@ NAME $(LIBNAME)
   @for %i in ($(OBJS)) do @%append $@ FILE %i
   @%append $@ OPTION QUIET
-  @%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer, RTF decoding add-on'
+  @%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer RTF decoding add-on'
   @%append $@ LIBPATH $(DEPS_LIB)
   @for %i in ($(LIBS)) do @%append $@ LIB %i
   @%append $@ OPTION MAP=$*