projects
/
recipes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3f1ac
)
Add lto in release.
author
www-data
<www-data@ek>
Sun, 25 Aug 2019 19:18:46 +0000
(21:18 +0200)
committer
www-data
<www-data@ek>
Sun, 25 Aug 2019 19:18:46 +0000
(21:18 +0200)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index
4608e1c
..
c2a9538
100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-3,4
+3,9
@@
members = [
\r
"backend",
\r
"common",
\r
-]
\ No newline at end of file
+]
\r
+
\r
+[profile.release]
\r
+codegen-units = 1
\r
+lto = true
\r
+opt-level = 'z' # Optimize for size.
\r