diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 19:12:07 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 19:12:07 +0000 |
commit | 3975e6e094b6557215748d91c89394cb54532c23 (patch) | |
tree | f814aac45540e4cc1ff73cbc8ff0b17646c6308b /DEPS | |
parent | ce30da19b5ac11c5681ef44b6cd49ddc39c0743d (diff) | |
download | chromium_src-3975e6e094b6557215748d91c89394cb54532c23.zip chromium_src-3975e6e094b6557215748d91c89394cb54532c23.tar.gz chromium_src-3975e6e094b6557215748d91c89394cb54532c23.tar.bz2 |
Some changes necessary to build an optimized binary on Linux.
Two other speedup changes that I'm not including:
root_env = Environment(
tools = ['component_setup'],
+ RPATH=[],
And
linux_env.Tool('target_platform_linux')
-linux_env.Tool('target_debug')
+linux_env.Tool('target_optimized')
Review URL: http://codereview.chromium.org/10292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = { "/trunk/deps/third_party/WebKit@5138", "src/third_party/icu38": - "/trunk/deps/third_party/icu38@5041", + "/trunk/deps/third_party/icu38@5179", "src/v8": "http://v8.googlecode.com/svn/trunk@696", |