mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
wscript: add /FS to avoid race condition on PDB file(second try)
This commit is contained in:
parent
d87dd2a60a
commit
7704d9b2ef
2
wscript
2
wscript
@ -125,7 +125,7 @@ def configure(conf):
|
|||||||
|
|
||||||
compiler_c_cxx_flags = {
|
compiler_c_cxx_flags = {
|
||||||
'common': {
|
'common': {
|
||||||
'msvc': ['/D_USING_V110_SDK71_', '/Zi', '/O2'],
|
'msvc': ['/D_USING_V110_SDK71_', '/Zi', '/FS', '/O2'],
|
||||||
'default': ['-g', '-Werror=implicit-function-declaration']
|
'default': ['-g', '-Werror=implicit-function-declaration']
|
||||||
},
|
},
|
||||||
'release': {
|
'release': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user