diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 03:34:48 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 03:34:48 +0300 |
commit | 4bf65da46797ea959d2662785b29f0c6688ffe9a (patch) | |
tree | c457751967b69cfcba793641627f56a6934acbb7 | |
parent | c73d5cfe85557d038e21f35712a679ca8061f6f1 (diff) |
modified: stopspam_10.vcxproj
-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>
|