diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-19 13:14:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-19 13:14:29 +0000 |
commit | 7c5d21682aa675c7e783316ae0f6acdc92f5cb8d (patch) | |
tree | 3b5e08b7d9075038ce92f6d274a6502f313baddb /build/vc.common/common.props | |
parent | 11b8719d106635799800b09e203628d0c7ff2f4c (diff) |
forgotten optimization flag (important for 32-bit projects)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13695 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r-- | build/vc.common/common.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 37df93cac7..c1ecca1780 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -87,6 +87,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<Optimization>Full</Optimization>
+ <OmitFramePointers>true</OmitFramePointers>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<StringPooling>true</StringPooling>
|