Skip to content

Commit bce7cd0

Browse files
authored
feat: enable LTO (#229)
Resolves #228
1 parent 770b505 commit bce7cd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
8383
members = [
8484
"tests/sqllogictest",
8585
"tests/macros-test"
86-
]
86+
]
87+
88+
[profile.release]
89+
lto = true

0 commit comments

Comments
 (0)