feat: optimizations for release profile
This commit is contained in:
parent
a866a72100
commit
3643ba0dfd
1 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,8 @@ edition = "2021"
|
||||||
lightningcss = { version = "1.0.0-alpha.59", default-features = false, features = ["grid"] }
|
lightningcss = { version = "1.0.0-alpha.59", default-features = false, features = ["grid"] }
|
||||||
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["pulldown-cmark-escape"] }
|
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["pulldown-cmark-escape"] }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
codegen-units = 1
|
||||||
|
lto = "fat"
|
||||||
|
panic = "abort"
|
||||||
|
|
Loading…
Add table
Reference in a new issue