Skip to content

Commit 09261c2

Browse files
ntkmeCommit Queue
authored andcommitted
[vm] Compile binaryen on C++17
Closes #57075 GitOrigin-RevId: fa1cbdc Change-Id: I9d6842b2176902ae638e28ca6dd62a96bc468070 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394920 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Ryan Macnak <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 76e3198 commit 09261c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/binaryen/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ source_set("binaryen_sources") {
127127
include_dirs += [ "$target_gen_dir" ]
128128

129129
configs += [
130+
"//build/config/compiler:cxx_version_17",
130131
"//build/config/compiler:enable_exceptions",
131132
":binaryen_flags",
132133
]
@@ -148,6 +149,7 @@ template("wasm_tool") {
148149
forward_variables_from(invoker, "*")
149150

150151
configs += [
152+
"//build/config/compiler:cxx_version_17",
151153
"//build/config/compiler:enable_exceptions",
152154
":binaryen_flags",
153155
]

0 commit comments

Comments
 (0)