Remove size opt-leve for speed

This commit is contained in:
Gabriel Simmer 2024-04-04 11:35:18 +01:00
parent 92a9ba2cef
commit 85079c588a
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 0 additions and 2 deletions

View file

@ -15,4 +15,3 @@ serde = { version = "1.0.167", features = ["derive"] }
lto = true
strip = true
codegen-units = 1
opt-level = 's'

View file

@ -20,4 +20,3 @@ time = { version = "0.3.31", features = ["parsing", "formatting", "macros", "was
lto = true
strip = true
codegen-units = 1
opt-level = 's'