You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS it's recommended to use Homebrew and install Clang, as opposed to "Apple Clang".
67
-
Replacing the default compiler across the entire system is not recommended on MacOS, as it may break the system, but you can pass it as an environment variable:
66
+
On macOS it's recommended to use Homebrew and install Clang, as opposed to "Apple Clang".
67
+
Replacing the default compiler across the entire system is not recommended on macOS, as it may break the system, but you can pass it as an environment variable:
68
68
69
69
```sh
70
70
brew install llvm openblas
@@ -124,7 +124,7 @@ Here, `-s` will output the logs.
124
124
The `-x` will stop on the first failure.
125
125
The `-Wd` will silence overflows and runtime warnings.
126
126
127
-
When building on MacOS, same as with C/C++, use non-Apple Clang version:
127
+
When building on macOS, same as with C/C++, use non-Apple Clang version:
0 commit comments