wscript(win32): disable /FORCE linker option added by accident #322

This commit is contained in:
nillerusr 2023-12-13 17:25:20 +03:00
parent 7a3b3cd96f
commit 8fcac9c164

View File

@ -554,7 +554,6 @@ def configure(conf):
'/NODEFAULTLIB:libc',
'/NODEFAULTLIB:libcd',
'/NODEFAULTLIB:libcmt',
'/FORCE',
'/LARGEADDRESSAWARE'
]
else: