diff --git a/py-polars/Cargo.toml b/py-polars/Cargo.toml index 8b8da1215659..b9ef33092c03 100644 --- a/py-polars/Cargo.toml +++ b/py-polars/Cargo.toml @@ -171,8 +171,8 @@ name = "polars" crate-type = ["cdylib"] [profile.release] -# codegen-units = 1 -# lto = "fat" +codegen-units = 1 +lto = "fat" # This is ignored here; would be set in .cargo/config.toml. # Should not be used when packaging