Skip to content

Commit

Permalink
revert: wasm-opt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomih committed Jan 11, 2024
1 parent f3cb1ee commit fcd1136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ func Build(pkgName, outpath, tmpdir string, config *compileopts.Config) (BuildRe
if config.Target.Triple == "wasm32-unknown-polkawasm" {
args = append(args,
opt,
"-g",
"--signext-lowering",
// "--signature-pruning",
// "--const-hoisting",
Expand Down

0 comments on commit fcd1136

Please sign in to comment.