Files
higress/plugins/wasm-cpp/.bazelrc
2025-05-21 13:59:27 +08:00

9 lines
286 B
Plaintext

build --config=clang
build:gcc --cxxopt=-std=c++17
build:clang --action_env=CC=clang --action_env=CXX=clang++
build:clang --action_env=BAZEL_COMPILER=clang
build:clang --linkopt=-fuse-ld=lld
build:clang --cxxopt=-std=c++17
build --incompatible_use_platforms_repo_for_constraints=false