chore: update example config with ratelimit opts; format TOML
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iefb657f4564caa8fd9a0ec375522c4726a6a6964
This commit is contained in:
parent
99b3c01d22
commit
cb10c84809
4 changed files with 96 additions and 72 deletions
|
|
@ -3,9 +3,9 @@ build-std = ["std", "panic_abort", "core", "alloc"]
|
|||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-Clto",
|
||||
"-Zvirtual-function-elimination",
|
||||
"-Zlocation-detail=none",
|
||||
"-Clto",
|
||||
"-Zvirtual-function-elimination",
|
||||
"-Zlocation-detail=none",
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -23,5 +23,3 @@ codegen-units = 1
|
|||
panic = "abort"
|
||||
strip = true
|
||||
incremental = false
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue