diff options
author | Araq <rumpf_a@web.de> | 2015-08-27 01:01:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-27 01:01:58 +0200 |
commit | 370781b773739b2a580b661b5e444548dbf48411 (patch) | |
tree | 56d5f4ce30b54fec0c2a6a846aa6b443bef52f2c /compiler | |
parent | 887869d9532b82f5aac0222afb1ce8ccb81fdfb1 (diff) | |
download | Nim-370781b773739b2a580b661b5e444548dbf48411.tar.gz |
update Visual Studio command line flags
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/extccomp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 683de67e0..02198d06e 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -123,7 +123,7 @@ compiler vcc: includeCmd: " /I", linkDirCmd: " /LIBPATH:", linkLibCmd: " $1.lib", - debug: " /GZ /Zi ", + debug: " /RTC1 /Z7 ", pic: "", asmStmtFrmt: "__asm{$n$1$n}$n", structStmtFmt: "$3$n$1 $2", |