From 370781b773739b2a580b661b5e444548dbf48411 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 27 Aug 2015 01:01:43 +0200 Subject: [PATCH] update Visual Studio command line flags --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 683de67e02..02198d06e3 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",