From 1698f1b45c0d716d24ef894323320460597f40f0 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Sat, 14 Jan 2023 08:41:51 +0100 Subject: [PATCH] chore(python): undo cargo.toml change --- py-polars/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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