| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index d9559e53e5fdc1bfff2b0cdf296036db5df5de4a..79a24cebc6c938c1177f9cb6810ef65a198e644a 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -31,7 +31,7 @@ declare_args() {
|
|
|
| # Set to true when compiling with the Clang compiler. Typically this is used
|
| # to configure warnings.
|
| - is_clang = (os == "mac" || os == "ios")
|
| + is_clang = (os == "mac" || os == "ios" || os == "linux")
|
|
|
| # Forces a 64-bit build on Windows. Does nothing on other platforms. Normally
|
| # we build 32-bit on Windows regardless of the current host OS bit depth.
|
|
|