File tree Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ cmake(
37
37
"LLVM_TARGETS_TO_BUILD": "X86",
38
38
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
39
39
},
40
- env_vars = {
41
- # Workaround for the -DDEBUG flag added in fastbuild on macOS,
42
- # which conflicts with DEBUG macro used in LLVM.
43
- "CFLAGS": "-UDEBUG",
44
- "CXXFLAGS": "-UDEBUG",
45
- "ASMFLAGS": "-UDEBUG",
46
- },
47
40
generate_args = ["-GNinja"],
48
41
lib_source = ":srcs",
49
42
out_static_libs = [
Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ cmake(
37
37
"LLVM_TARGETS_TO_BUILD": "X86",
38
38
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
39
39
},
40
- env_vars = {
41
- # Workaround for the -DDEBUG flag added in fastbuild on macOS,
42
- # which conflicts with DEBUG macro used in LLVM.
43
- "CFLAGS": "-UDEBUG",
44
- "CXXFLAGS": "-UDEBUG",
45
- "ASMFLAGS": "-UDEBUG",
46
- },
47
40
generate_args = ["-GNinja"],
48
41
lib_source = ":srcs",
49
42
out_static_libs = [
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ cmake(
18
18
"WAVM_ENABLE_UNWIND": "on",
19
19
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
20
20
},
21
- env_vars = {
22
- # Workaround for the -DDEBUG flag added in fastbuild on macOS,
23
- # which conflicts with DEBUG macro used in LLVM.
24
- "CFLAGS": "-UDEBUG",
25
- "CXXFLAGS": "-UDEBUG",
26
- "ASMFLAGS": "-UDEBUG",
27
- },
28
21
generate_args = ["-GNinja"],
29
22
lib_source = ":srcs",
30
23
out_static_libs = [
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ def proxy_wasm_cpp_host_repositories():
32
32
maybe (
33
33
http_archive ,
34
34
name = "rules_foreign_cc" ,
35
- sha256 = "d54742ffbdc6924f222d2179f0e10e911c5c659c4ae74158e9fe827aad862ac6 " ,
36
- strip_prefix = "rules_foreign_cc-0.2.0 " ,
37
- url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.2.0 .tar.gz" ,
35
+ sha256 = "bcd0c5f46a49b85b384906daae41d277b3dc0ff27c7c752cc51e43048a58ec83 " ,
36
+ strip_prefix = "rules_foreign_cc-0.7.1 " ,
37
+ url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.1 .tar.gz" ,
38
38
)
39
39
40
40
maybe (
You can’t perform that action at this time.
0 commit comments