mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
Fix vcc linker option name (#12422)
This commit is contained in:
@@ -257,7 +257,8 @@ vcc.linkerexe = "vccexe.exe"
|
||||
vcc.cpp.linkerexe = "vccexe.exe"
|
||||
|
||||
vcc.cpp.options.always = "/EHsc"
|
||||
vcc.options.linker.always = "/F33554432" # set the stack size to 32 MiB
|
||||
vcc.options.linker = "/F33554432" # set the stack size to 32 MiB
|
||||
vcc.cpp.options.linker = "/F33554432"
|
||||
vcc.options.debug = "/Zi /FS /Od"
|
||||
vcc.cpp.options.debug = "/Zi /FS /Od"
|
||||
vcc.options.speed = "/O2"
|
||||
|
||||
Reference in New Issue
Block a user