diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 20:42:06 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 20:42:06 +0000 |
commit | 1a7375204b8e21dfec1bea87ffa15435c145745f (patch) | |
tree | b0d53b2fcf3558f57328319deacd89d7ba7ac0de /build/internal/debug_infofastbuild.vsprops | |
parent | 8c0403af73c0870751cdeccd4df3de36b2cf343c (diff) | |
download | chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.zip chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.tar.gz chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.tar.bz2 |
Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug symbol to be generated to make the Windows try slaves faster.
Review URL: http://codereview.chromium.org/27009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/debug_infofastbuild.vsprops')
-rw-r--r-- | build/internal/debug_infofastbuild.vsprops | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/internal/debug_infofastbuild.vsprops b/build/internal/debug_infofastbuild.vsprops new file mode 100644 index 0000000..f77b44b --- /dev/null +++ b/build/internal/debug_infofastbuild.vsprops @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug_infofastbuild" + > + <Tool + Name="VCCLCompilerTool" + DebugInformationFormat="0" + /> + <Tool + Name="VCLinkerTool" + GenerateDebugInformation="false" + /> +</VisualStudioPropertySheet> |