chore: add for_loops_forbidden_only parser and switch to fat LTO in release profile
This commit is contained in:
@@ -9,6 +9,7 @@ tokio = { version = "1.44.1", features = ["full"] }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1 # less means more compile work but better optimized
|
||||
lto = "thin" # thin has best performance. fat the worst
|
||||
lto = "fat" # thin has best performance. fat the worst
|
||||
strip = true
|
||||
# opt-level = "z" # slows down
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user