diff --git a/build_defs/internal_do_not_use/j2wasm_application.bzl b/build_defs/internal_do_not_use/j2wasm_application.bzl index 5ffedae37d..12c89c715d 100644 --- a/build_defs/internal_do_not_use/j2wasm_application.bzl +++ b/build_defs/internal_do_not_use/j2wasm_application.bzl @@ -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", @@ -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", ],