[build] rustflags = ["-C", "target-cpu=native"] # Benchmark profile: thin LTO + single codegen unit for maximum SIMD and # inlining. This does not affect `cargo test` (uses `dev` profile). [profile.bench] lto = "thin" codegen-units = 1