Browse Source

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

This is using to override debug crt functions.
Does anyone actually use this?
pull/323/head
nillerusr 10 months ago
parent
commit
7c863a351b
  1. 1
      wscript

1
wscript

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

Loading…
Cancel
Save