This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch kevinjqliu/smaller-pyiceberg-core
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to
refs/heads/kevinjqliu/smaller-pyiceberg-core by this push:
new 6ed98a87 add release config
6ed98a87 is described below
commit 6ed98a87fbb45e070dd7a20343e8c45cb5c89ff7
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Nov 11 14:43:32 2025 -0800
add release config
---
bindings/python/Cargo.toml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index b8c1efe6..c4e66a61 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -37,3 +37,9 @@ pyo3 = { version = "0.25", features = ["extension-module",
"abi3-py39"] }
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }
datafusion-ffi = { version = "50" }
tokio = { version = "1.46.1", default-features = false }
+
+[profile.release]
+codegen-units = 1
+debug = false
+lto = "fat"
+strip = true
\ No newline at end of file