Skip to content

Commit f909c2f

Browse files
committed
sync up compilation flags with what envoy using
1 parent 46ed510 commit f909c2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bazel/external/wamr.BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ filegroup(
1313
cmake(
1414
name = "libiwasm",
1515
cache_entries = {
16-
"CMAKE_EXPORT_COMPILE_COMMANDS": "On",
1716
"WAMR_BUILD_AOT": "0",
1817
"WAMR_BUILD_SIMD": "0",
1918
"WAMR_BUILD_MULTI_MODULE": "1",
2019
"WAMR_BUILD_LIBC_WASI": "0",
2120
},
2221
lib_source = ":srcs",
2322
out_shared_libs = ["libiwasm.so"],
24-
working_directory = "product-mini/platforms/linux"
2523
)

0 commit comments

Comments
 (0)