init
This commit is contained in:
commit
2f798e5cbc
15 changed files with 23755 additions and 0 deletions
12
rust/.cargo/config.toml
Normal file
12
rust/.cargo/config.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 3
|
||||
codegen-units = 1
|
||||
incremental = false
|
||||
debug = false
|
Loading…
Add table
Add a link
Reference in a new issue