From f07de1f186ac512d9b3d64bd67efb8c57f21131a Mon Sep 17 00:00:00 2001 From: Bruce Ritchie Date: Thu, 19 Dec 2024 15:49:53 +0000 Subject: [PATCH] Remove opt-level="s" --- Cargo.toml | 1 - datafusion-cli/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec41098e4cc1..59265c4afc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -179,7 +179,6 @@ incremental = false debug = false debug-assertions = false strip = "debuginfo" -opt-level = "s" [workspace.lints.clippy] # Detects large stack-allocated futures that may cause stack overflow crashes (see threshold in clippy.toml) diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 5282ebcc4e61..8c1bc31863df 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -79,4 +79,3 @@ incremental = false debug = false debug-assertions = false strip = "debuginfo" -opt-level = "s"