mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
1174e529c8
Update `.bazelrc` for local (host target) tooling. This is a necessary precondition to compile the new interface generator with Bazel. PiperOrigin-RevId: 438541332 Change-Id: I9341ee4d1f4434c1d083e0d49774c61f9ebd7d7b
3 lines
100 B
Plaintext
3 lines
100 B
Plaintext
# Build in C++17 mode without a custom CROSSTOOL
|
|
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
|