-ffast-math for msvc

This commit is contained in:
Pan7 2014-07-14 03:43:03 +02:00 committed by Zack Middleton
parent 7afb433e20
commit 16b48b50dd
5 changed files with 28 additions and 0 deletions

View file

@ -61,6 +61,7 @@
WarningLevel="4"
SuppressStartupBanner="true"
CompileAs="1"
FloatingPointModel="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -161,6 +162,7 @@
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="1"
FloatingPointModel="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -263,6 +265,7 @@
WarningLevel="4"
SuppressStartupBanner="true"
CompileAs="1"
FloatingPointModel="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -361,6 +364,7 @@
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="1"
FloatingPointModel="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"