Initial blog setup
This commit is contained in:
9
.cargo/config.toml
Normal file
9
.cargo/config.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[profile.small]
|
||||
inherits = "release"
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
|
||||
[profile.extra-small]
|
||||
inherits = "small"
|
||||
panic = "abort"
|
||||
Reference in New Issue
Block a user