diff --git a/Cargo.toml b/Cargo.toml index 5bfe44e..5eb5aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,13 @@ keywords = ["small", "vec", "vector", "stack", "no_std"] categories = ["data-structures"] exclude = [".gitignore", "tests/", "fuzz/", "benches/", ".github/"] +[profile.bench] +lto = "fat" +codegen-units = 1 +opt-level = 3 +debug = false +strip = true + [features] std = [] specialization = []