Skip to content

Commit

Permalink
fix(all): enable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Feb 1, 2024
1 parent d384f2b commit 6459ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = ["SpikeHD"]

[profiles.release]
strip = "debuginfo"
lto = true

# Linker options
[target.x86_64-unknown-linux-gnu]
Expand Down

0 comments on commit 6459ce1

Please sign in to comment.