mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
Prevent concurrency issues on the PDB file by using /FS option
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user