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 7c66a983f4
commit ac8dbea4aa

View file

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