Skip to content

Commit ecdcab0

Browse files
committed
Set 16-bit OS/2 build back to large memory model.
1 parent db43743 commit ecdcab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wm_os216.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
CC = *wcc
77

8-
CFLAGS = -q -bt=os2 -bc -2 -mh -d0 -osr -zc
8+
CFLAGS = -q -bt=os2 -bc -2 -ml -d0 -osr -zc
99
LFLAGS = SYS os2 OPT st=16384 OPT description \'Lua Programming Language Interpreter\'
1010

1111
PLATFORM = 21

0 commit comments

Comments
 (0)