summaryrefslogtreecommitdiffstats
path: root/build/internal/release_defaults.vsprops
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-23 22:34:50 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-23 22:34:50 +0000
commit790a2cda8a1e939ef5f10ac23f04d1b1d45a6692 (patch)
tree336386e4d658650620ba64fb752522eb5550f197 /build/internal/release_defaults.vsprops
parentdfc083b5b811ff1891719f539ddd1b875d3976c0 (diff)
downloadchromium_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_defaults.vsprops')
-rw-r--r--build/internal/release_defaults.vsprops3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/internal/release_defaults.vsprops b/build/internal/release_defaults.vsprops
index 3a795b5..d96c52b 100644
--- a/build/internal/release_defaults.vsprops
+++ b/build/internal/release_defaults.vsprops
@@ -2,11 +2,12 @@
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
- Name="release"
+ Name="release_defaults"
InheritedPropertySheets=".\essential.vsprops"
>
<Tool
Name="VCCLCompilerTool"
+ Optimization="2"
PreprocessorDefinitions="NDEBUG"
StringPooling="true"
/>