fix project file nowarn flags in release mode, fix build cmd platform detection
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
call build-support\set-nant-config-per-processor-architecture.cmd
|
||||
cd build-support
|
||||
call set-nant-config-per-processor-architecture.cmd
|
||||
cd ..
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
call build-support\set-nant-config-per-processor-architecture.cmd
|
||||
cd build-support
|
||||
call set-nant-config-per-processor-architecture.cmd
|
||||
cd ..
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -83,8 +83,7 @@
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
<NoStdLib>false</NoStdLib>
|
||||
<NoWarn>
|
||||
</NoWarn>
|
||||
<NoWarn>0618</NoWarn>
|
||||
<Optimize>true</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
|
||||
Reference in New Issue
Block a user