diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-23 22:34:50 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-23 22:34:50 +0000 |
commit | 790a2cda8a1e939ef5f10ac23f04d1b1d45a6692 (patch) | |
tree | 336386e4d658650620ba64fb752522eb5550f197 /build/internal/release_impl_checksenabled.vsprops | |
parent | dfc083b5b811ff1891719f539ddd1b875d3976c0 (diff) | |
download | chromium_src-790a2cda8a1e939ef5f10ac23f04d1b1d45a6692.zip chromium_src-790a2cda8a1e939ef5f10ac23f04d1b1d45a6692.tar.gz chromium_src-790a2cda8a1e939ef5f10ac23f04d1b1d45a6692.tar.bz2 |
Disable Frame Pointer Omission optimization in default release, the CHECK ENABLED and the DOM STATS builds.
OmitFramePointers="false" doesn't work since this attribute would have needed to be tri-state to work correctly.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/release_impl_checksenabled.vsprops')
-rw-r--r-- | build/internal/release_impl_checksenabled.vsprops | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/internal/release_impl_checksenabled.vsprops b/build/internal/release_impl_checksenabled.vsprops index cd33e26..a91e1b2 100644 --- a/build/internal/release_impl_checksenabled.vsprops +++ b/build/internal/release_impl_checksenabled.vsprops @@ -9,6 +9,7 @@ Name="VCCLCompilerTool" PreprocessorDefinitions="_DEBUG;_HAS_ITERATOR_DEBUGGING=0;_SECURE_SCL=0" RuntimeLibrary="1" + AdditionalOptions="/Oy-" /> <Tool Name="VCLinkerTool" |