Commit 72ef6843 authored by machenbach's avatar machenbach Committed by Commit bot

Reland Make clang the default on linux.

BUG=

Review URL: https://codereview.chromium.org/861223002

Cr-Commit-Position: refs/heads/master@{#26204}
parent 8fa8e62e
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
}, { }, {
'v8_enable_gdbjit%': 0, 'v8_enable_gdbjit%': 0,
}], }],
['OS=="mac"', { ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64")', {
'clang%': 1, 'clang%': 1,
}, { }, {
'clang%': 0, 'clang%': 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment