Cindy Liu | 7764559 | 2023-06-07 19:23:38 -0700 | [diff] [blame] | 1 | build --action_env=BAZEL_CXXOPTS="-std=gnu++14" |
2 | build --cxxopt='-std=gnu++14' | ||||
3 | build --conlyopt='-std=gnu11' | ||||
4 | |||||
5 | # Enable toolchain resolution with cc | ||||
6 | build --incompatible_enable_cc_toolchain_resolution | ||||
7 | |||||
8 | build:kelvin --platforms=//platforms/riscv32:kelvin |