Prevent concurrency issues on the PDB file by using /FS option

This commit is contained in:
Fredrik Høisæther Rasch
2016-10-25 21:33:30 +02:00
parent d94bb4a0e1
commit a13e2bd5ec

View File

@@ -195,7 +195,7 @@ vcc.options.always = "/nologo"
vcc.options.linker = "/nologo /DEBUG /Zi /F33554432" # set the stack size to 8 MB
@end
vcc.options.debug = "/Zi /Od"
vcc.options.debug = "/Zi /FS /Od"
vcc.options.speed = "/O2"
vcc.options.size = "/O1"