minor update to test/Makefile.os2
diff --git a/test/Makefile.os2 b/test/Makefile.os2
index cc39c4c..dd2dbad 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)