We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb9e30 commit 100b447Copy full SHA for 100b447
python/Cargo.toml
@@ -63,3 +63,8 @@ rustls = ["deltalake/s3", "deltalake/glue"]
63
64
[build-dependencies]
65
openssl-src = "=300.3.1"
66
+
67
+[profile.release]
68
+opt-level = 3
69
+codegen-units = 1
70
+lto = "fat"
0 commit comments