mirror of
https://github.com/alibaba/higress.git
synced 2026-03-08 02:30:56 +08:00
Update extensions & release 1.0.0-rc (#281)
This commit is contained in:
7
plugins/wasm-cpp/.bazelrc
Normal file
7
plugins/wasm-cpp/.bazelrc
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user