Skip to content

Commit

Permalink
fat lto to fix build :)
Browse files Browse the repository at this point in the history
(not recommended as general strategy)
  • Loading branch information
corwinkuiper committed Mar 23, 2023
1 parent 76b3aec commit 0127508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ debug = true

[profile.release]
opt-level = 3
lto = "thin"
lto = "fat"
debug = true

[features]
Expand Down

0 comments on commit 0127508

Please sign in to comment.