Skip to content

Commit

Permalink
Set Clang as the default compiler in the build script.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 663433112
  • Loading branch information
Google-ML-Automation authored and jax authors committed Aug 15, 2024
1 parent 88ed579 commit a498c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def main():
add_boolean_argument(
parser,
"use_clang",
default = "true",
help_str=(
"Should we build using clang as the host compiler? Requires "
"clang to be findable via the PATH, or a path to be given via "
Expand Down

0 comments on commit a498c1e

Please sign in to comment.