diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0bf3d27..89b8611 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -8,6 +8,7 @@ authors = ["SpikeHD"] [profiles.release] strip = "debuginfo" +lto = true # Linker options [target.x86_64-unknown-linux-gnu]