summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mineer <amineer@google.com>2015-06-15 11:05:44 -0700
committerAlex Mineer <amineer@google.com>2015-06-15 18:08:10 +0000
commit2b9d96604fdd036fed00e1dc4afdd3f8656ced66 (patch)
treebc012553f81c85606b9f04ffd985356bf8ab6c6f
parentd506f09db2f36226d7c02bf4cc956438045ea5fc (diff)
downloadchromium_src-2b9d96604fdd036fed00e1dc4afdd3f8656ced66.zip
chromium_src-2b9d96604fdd036fed00e1dc4afdd3f8656ced66.tar.gz
chromium_src-2b9d96604fdd036fed00e1dc4afdd3f8656ced66.tar.bz2
Fix the 'optimize==max' build config
This is breaking the PGO build (and any build that uses 'optimize==max'). BUG= Review URL: https://codereview.chromium.org/1181613004 (cherry picked from commit 9c13a13e42fb723ac7a460976901744b79d39314) Cr-Original-Commit-Position: refs/heads/master@{#334398} Cr-Commit-Position: refs/branch-heads/2432@{#4} Cr-Branched-From: 4e76e7926ee51bdfdd635437920f455ae6444912-refs/heads/master@{#334321}
-rw-r--r--build/common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 9399c5d..7d71d7e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5457,6 +5457,8 @@
# sparingly.
'variables': {
'optimize%': 'size',
+ # Make sure that the 'clang' variable is defined here.
+ 'clang': '<(clang)',
},
'msvs_settings': {
'VCLinkerTool': {