Skip to content

Commit

Permalink
chore: choose performance over compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Feb 2, 2025
1 parent 64cb62d commit bca7a30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ rustls = ["deltalake/s3", "deltalake/glue"]

[build-dependencies]
openssl-src = "=300.3.1"

[profile.release]
opt-level = 3
codegen-units = 1
lto = "fat"

0 comments on commit bca7a30

Please sign in to comment.