diff options
-rw-r--r-- | stopspam_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stopspam_10.vcxproj b/stopspam_10.vcxproj index 2e65fa0..dbda0c4 100644 --- a/stopspam_10.vcxproj +++ b/stopspam_10.vcxproj @@ -244,7 +244,7 @@ </Command>
</PreBuildEvent>
<ClCompile>
- <Optimization>Full</Optimization>
+ <Optimization>MinSpace</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
@@ -260,6 +260,7 @@ <DebugInformationFormat>
</DebugInformationFormat>
<CompileAs>Default</CompileAs>
+ <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|