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:
parent
8fcac9c164
commit
7c863a351b
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -550,6 +550,7 @@ def configure(conf):
|
|||
|
||||
if conf.options.BUILD_TYPE == 'debug':
|
||||
linkflags += [
|
||||
'/FORCE:MULTIPLE',
|
||||
'/INCREMENTAL:NO',
|
||||
'/NODEFAULTLIB:libc',
|
||||
'/NODEFAULTLIB:libcd',
|
||||
|
|
Loading…
Reference in a new issue