Skip to content

Commit

Permalink
tweak options, iteration 2
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed Mar 1, 2023
1 parent 33d0279 commit 75ac5f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-tests/dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ std = [
ink-as-dependency = []

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true
2 changes: 1 addition & 1 deletion integration-tests/erc1155/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ std = [
ink-as-dependency = []

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true
2 changes: 1 addition & 1 deletion integration-tests/erc20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ ink-as-dependency = []
e2e-tests = []

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true
2 changes: 1 addition & 1 deletion integration-tests/erc721/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ std = [
ink-as-dependency = []

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true
2 changes: 1 addition & 1 deletion integration-tests/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ std = [
ink-as-dependency = []

[profile.release]
opt-level = 's'
opt-level = 'z'
lto = true

0 comments on commit 75ac5f4

Please sign in to comment.