diff options
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,8 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Build with C++17. +build --cxxopt=-std=c++17 + # Display the current git revision in the info block. -build --workspace_status_command tools/workspace_status.sh +build --stamp --workspace_status_command tools/workspace_status.sh # Enable remote execution so actions are performed on the remote systems. build:remote --remote_executor=grpcs://remotebuildexecution.googleapis.com |