Skip to content

Commit

Permalink
Automated rollback of commit e5292be.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571416352
  • Loading branch information
gkdn authored and copybara-github committed Oct 6, 2023
1 parent 00e388b commit b5ae488
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_defs/internal_do_not_use/j2wasm_application.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def j2wasm_application(name, defines = dict(), **kwargs):
"--partial-inlining-ifs=4",
"-fimfs=50",
# Specific list of passes:
"--type-ssa",
"--gufa",
"-O3",
"-O3",
Expand All @@ -433,8 +432,6 @@ def j2wasm_application(name, defines = dict(), **kwargs):
# Get several rounds of -O3 after intrinsic lowering.
"-O3",
"-O3",
"--type-merging",
"-O3",
# Mark all types as 'final' that we can, to help VMs at runtime.
"--type-finalizing",
],
Expand Down

0 comments on commit b5ae488

Please sign in to comment.