diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 21fcea0..e1d2fdf 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -90,6 +90,10 @@ simplelog = "0.11.1" tempdir = "0.3.7" tempfile = "3.8.0" +[profile.release] +opt-level = 3 +lto = true + [[bin]] name = "dsfd" path = "src/bin/dsfd.rs"