Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0109ccf..6e38bb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,9 @@ fimg = { version = "0.4.43", git = "https://github.com/bend-n/fimg", default-fea
] }
fux_kdtree = "0.2.0"
rand = "0.8.5"
+
+
+[profile.release]
+debug = true
+lto = "thin"
+codegen-units = 1