Commit 93cab32db3502f780c515e5f7a6ee131e94915bb

Ozkan Sezer 2022-01-08T14:40:20

minor update to test/Makefile.os2

1
2
3
4
5
6
7
8
9
10
11
12
13
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)