Skip to content

Commit

Permalink
Disable fat LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 24, 2024
1 parent ea0ad86 commit e3aad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@ debug = 2
debug-assertions = false
incremental = false
opt-level = 3
lto = "fat"
lto = "thin"
overflow-checks = false

0 comments on commit e3aad0c

Please sign in to comment.