SDL: minor update to test/Makefile.os2

From 93cab32db3502f780c515e5f7a6ee131e94915bb Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 8 Jan 2022 14:40:20 +0300
Subject: [PATCH] minor update to test/Makefile.os2

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

diff --git a/test/Makefile.os2 b/test/Makefile.os2
index cc39c4cb6f0..dd2dbaddcaf 100644
--- a/test/Makefile.os2
+++ b/test/Makefile.os2
@@ -57,7 +57,7 @@ all: $(TARGETS)
 .c: ../src/test
 
 $(TESTLIB): $(COBJS)
-  wlib -q -b -n -c $@ $(COBJS)
+  wlib -q -b -n -c -pa -s -t -zld -ii -io $@ $(COBJS)
 
 .obj.exe:
   @%make $(TESTLIB)