update Visual Studio command line flags

This commit is contained in:
Araq
2015-08-27 01:01:43 +02:00
parent 887869d953
commit 370781b773

View File

@@ -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",