projects
/
mumble_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb8d84
)
activate lto for release build
author
Greg Burri
<greg.burri@gmail.com>
Wed, 19 Jun 2024 13:57:57 +0000
(15:57 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 19 Jun 2024 13:57:57 +0000
(15:57 +0200)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index
5d6e904
..
bd438a9
100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-29,3
+29,8
@@
askama_axum = "0.4"
shared_child = "1"
rsevents = "0.3"
+
+
+[profile.release]
+codegen-units = 1
+lto = true