@[email protected] @noboilerplate All of these options have trade-offs.
opt-level = 'z' is often slower than opt-level = 3.
lto = true and codegen-units = 1 both make compilation slower.
panic = 'abort' makes panics unrecoverable, and does not run destructors after a panic.
strip = true makes the program harder to debug.
