| build:release -c opt --stamp --workspace_status_command="$PWD/status.py" |
| |
| ################################################################################ |
| # User bazel configuration |
| ################################################################################ |
| |
| # Load from the local configuration file, if it exists. This needs to be the |
| # *last* statement in the root configuration file, as the local configuration |
| # file should be able to overwrite flags from the root configuration. |
| try-import %workspace%/.bazelrc.user |
| |