wscript: add /FS to avoid race condition on PDB file(second try)

This commit is contained in:
Alibek Omarov 2019-04-08 21:34:41 +03:00
parent d87dd2a60a
commit 7704d9b2ef
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def configure(conf):
compiler_c_cxx_flags = {
'common': {
'msvc': ['/D_USING_V110_SDK71_', '/Zi', '/O2'],
'msvc': ['/D_USING_V110_SDK71_', '/Zi', '/FS', '/O2'],
'default': ['-g', '-Werror=implicit-function-declaration']
},
'release': {