Make clang the default on linux.
authormachenbach <machenbach@chromium.org>
Tue, 20 Jan 2015 15:00:54 +0000 (07:00 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Jan 2015 15:01:09 +0000 (15:01 +0000)
TBR=jochen@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#26164}

build/standalone.gypi

index 5a29d99..a714f59 100644 (file)
       }, {
         'v8_enable_gdbjit%': 0,
       }],
-      ['OS=="mac"', {
+      ['OS=="linux" or OS=="mac"', {
         'clang%': 1,
       }, {
         'clang%': 0,