Created
December 20, 2018 18:14
-
-
Save EricCousineau-TRI/fcd25f60ea792535559fea90b5c59a4a to your computer and use it in GitHub Desktop.
Example ~/.bazelrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For GCC | |
| build --cxxopt -fdiagnostics-color | |
| build --repository_cache /home/user/.cache/bazel-externals | |
| fetch --repository_cache /home/user/.cache/bazel-externals | |
| build \ | |
| --disk_cache /home/user/.cache/bazel_local_disk \ | |
| --experimental_strict_action_env | |
| test \ | |
| --disk_cache /home/user/.cache/bazel_local_disk \ | |
| --experimental_strict_action_env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment