Skip to content

Commit 7c863a3

Browse files
committed
wscript(win32): restore FORCE parameter for multiple references #322
This is using to override debug crt functions. Does anyone actually use this?
1 parent 8fcac9c commit 7c863a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def configure(conf):
550550

551551
if conf.options.BUILD_TYPE == 'debug':
552552
linkflags += [
553+
'/FORCE:MULTIPLE',
553554
'/INCREMENTAL:NO',
554555
'/NODEFAULTLIB:libc',
555556
'/NODEFAULTLIB:libcd',

0 commit comments

Comments
 (0)