This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
sandboxed-api
Watch
1
Star
0
Fork
0
You've already forked sandboxed-api
mirror of
https://github.com/google/sandboxed-api.git
synced
2024-03-22 13:11:30 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
a0eb8d4445
sandboxed-api
/
.bazelrc
3 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Force build in C++17 mode without a custom CROSSTOOL PiperOrigin-RevId: 283706006 Change-Id: I0b6ddd36725ccf165a446ae94a16898146199d29
2019-12-04 17:02:54 +08:00
# Build in C++17 mode without a custom CROSSTOOL
bazel: Set host C++ standard 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
2022-03-31 20:18:10 +08:00
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
Reference in New Issue
Copy Permalink