summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 00:49:25 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 00:49:25 +0000
commit95ad203643c4485e2c93f23a9a6c827f66c20a1a (patch)
treeb1ebfa8c6abc3009673b8103e419ee4639daab69 /build/common.gypi
parent3cbb0baaf1fdec150433fa73cd0abca063a3a1cd (diff)
downloadchromium_src-95ad203643c4485e2c93f23a9a6c827f66c20a1a.zip
chromium_src-95ad203643c4485e2c93f23a9a6c827f66c20a1a.tar.gz
chromium_src-95ad203643c4485e2c93f23a9a6c827f66c20a1a.tar.bz2
Revert 153060 - Use early expansion for debug_optimize
https://chromiumcodereview.appspot.com/10828084 tried to do this but did it only for release_optimize. BUG=139118,70107 Review URL: https://chromiumcodereview.appspot.com/10873039 TBR=thakis@chromium.org We are getting unit_tests and content_unittests failure on Linux Clang (dbg) constently. Try reverting this CL to see if it helps. Sorry! http://chromegw.corp.google.com/i/chromium/builders/Linux%20Clang%20%28dbg%29/builds/31418/steps/content_unittests/logs/stdio Review URL: https://chromiumcodereview.appspot.com/10882023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153128 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index fbb4fe8..61310cb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2050,7 +2050,7 @@
'_DEBUG',
],
'cflags': [
- '-O<(debug_optimize)',
+ '-O>(debug_optimize)',
'-g',
],
'conditions' : [