Skip to content

Commit

Permalink
Turn off LTO and debug symbols in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs authored Oct 12, 2023
1 parent 394e1bd commit d59e77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ ProductName = "Luminol"
# Fast and performant.
[profile.release]
opt-level = 3
lto = "fat"
debug = true
# lto = "fat"
# debug = true

# Enable only a small amount of optimization in debug mode
[profile.dev]
Expand Down

0 comments on commit d59e77f

Please sign in to comment.