Skip to content

Commit

Permalink
Merge branch 'main' into feat/ledger-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman authored May 8, 2024
2 parents a5eca37 + 9bc48fd commit 876f81a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/contract/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl Cmd {
wasm_out.set_extension("optimized.wasm");
wasm_out
});
println!("Writing to: {}...", wasm_out.to_string_lossy());

let mut options = OptimizationOptions::new_optimize_for_size_aggressively();
options.converge = true;
Expand Down

0 comments on commit 876f81a

Please sign in to comment.