diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
commit | ee2815e28d408216cf94e874825b6bcf76c69083 (patch) | |
tree | 307f3af4beabc0ab8d8633489846806b2df41f5e /build/internal/release_impl_official.vsprops | |
parent | 7e5ba5d125a2dc95132e765e949e53e1e779caaf (diff) | |
download | chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.zip chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.gz chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.bz2 |
Add the build directory to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/release_impl_official.vsprops')
-rw-r--r-- | build/internal/release_impl_official.vsprops | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/build/internal/release_impl_official.vsprops b/build/internal/release_impl_official.vsprops new file mode 100644 index 0000000..c9a4401 --- /dev/null +++ b/build/internal/release_impl_official.vsprops @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="release_impl_official" + InheritedPropertySheets=".\release_defaults.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="3" + InlineFunctionExpansion="2" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="2" + OmitFramePointers="true" + EnableFiberSafeOptimizations="true" + WholeProgramOptimization="true" + /> + <Tool + Name="VCLibrarianTool" + AdditionalOptions="/ltcg" + /> + <Tool + Name="VCLinkerTool" + LinkTimeCodeGeneration="1" + /> +</VisualStudioPropertySheet> |