Skip to content

Commit

Permalink
feat: enable LTO (#229)
Browse files Browse the repository at this point in the history
Resolves #228
  • Loading branch information
zamazan4ik authored Oct 10, 2024
1 parent 770b505 commit bce7cd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
members = [
"tests/sqllogictest",
"tests/macros-test"
]
]

[profile.release]
lto = true

0 comments on commit bce7cd0

Please sign in to comment.