wscript(win32): restore FORCE parameter for multiple references #322

This is using to override debug crt functions.
Does anyone actually use this?
This commit is contained in:
nillerusr 2023-12-13 17:37:04 +03:00
parent 8fcac9c164
commit 7c863a351b

View File

@ -550,6 +550,7 @@ def configure(conf):
if conf.options.BUILD_TYPE == 'debug':
linkflags += [
'/FORCE:MULTIPLE',
'/INCREMENTAL:NO',
'/NODEFAULTLIB:libc',
'/NODEFAULTLIB:libcd',