From 7c863a351bd810004d522d24a5e082bb563f0e08 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Wed, 13 Dec 2023 17:37:04 +0300 Subject: [PATCH] wscript(win32): restore FORCE parameter for multiple references #322 This is using to override debug crt functions. Does anyone actually use this? --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 17a3b9dd..c743bb46 100644 --- a/wscript +++ b/wscript @@ -550,6 +550,7 @@ def configure(conf): if conf.options.BUILD_TYPE == 'debug': linkflags += [ + '/FORCE:MULTIPLE', '/INCREMENTAL:NO', '/NODEFAULTLIB:libc', '/NODEFAULTLIB:libcd',