fix project file nowarn flags in release mode, fix build cmd platform detection

This commit is contained in:
Marko Lahma
2014-02-23 16:44:40 +02:00
parent 81cd77e3dc
commit d0ad596396
4 changed files with 8 additions and 6 deletions

View File

@@ -81,8 +81,7 @@
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<NoWarn>219, 162, 618, 1591</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>