From 3975e6e094b6557215748d91c89394cb54532c23 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Tue, 11 Nov 2008 19:12:07 +0000 Subject: 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index f73dfa9..d64ef70 100644 --- a/DEPS +++ b/DEPS @@ -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", -- cgit v1.1