aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-03-25 18:27:03 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-03-25 18:27:03 +0100
commitc83bcd29dc7ab2943344c18ef59a469969ff1bbb (patch)
tree67184b36693e7d7dc0f9540c909c81d841e0ddb8
parent3e694d68a685b6e22d6ab59f34090e4681849ebc (diff)
downloadhittekaart-c83bcd29dc7ab2943344c18ef59a469969ff1bbb.tar.gz
hittekaart-c83bcd29dc7ab2943344c18ef59a469969ff1bbb.tar.bz2
hittekaart-c83bcd29dc7ab2943344c18ef59a469969ff1bbb.zip
enable LTO
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2891cdf..fe9312d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,6 @@ rusqlite = "0.28.0"
[dev-dependencies]
criterion = "0.4.0"
+
+[profile.release]
+lto = true