Skip to content

Commit

Permalink
change lto to thin
Browse files Browse the repository at this point in the history
  • Loading branch information
evanyang1 committed Mar 12, 2024
1 parent d110f72 commit fb15c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler
split-debuginfo = '...'
debug-assertions = false
overflow-checks = false
lto = true
lto = 'thin'
panic = 'abort'
incremental = false
codegen-units = 1
Expand Down

0 comments on commit fb15c3d

Please sign in to comment.