Skip to content

Commit

Permalink
[vm] Compile binaryen on C++17
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ntkme authored and Commit Queue committed Nov 13, 2024
1 parent 76e3198 commit 09261c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/binaryen/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ source_set("binaryen_sources") {
include_dirs += [ "$target_gen_dir" ]

configs += [
"//build/config/compiler:cxx_version_17",
"//build/config/compiler:enable_exceptions",
":binaryen_flags",
]
Expand All @@ -148,6 +149,7 @@ template("wasm_tool") {
forward_variables_from(invoker, "*")

configs += [
"//build/config/compiler:cxx_version_17",
"//build/config/compiler:enable_exceptions",
":binaryen_flags",
]
Expand Down

0 comments on commit 09261c2

Please sign in to comment.