diff --git a/Cargo.toml b/Cargo.toml index 7d74a4ffa274..5ae05b3add07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,3 +94,10 @@ arrow-string = { version = "54.3.1", path = "./arrow-string" } parquet = { version = "54.3.1", path = "./parquet", default-features = false } chrono = { version = "0.4.40", default-features = false, features = ["clock"] } + +# release inherited profile keeping debug information and symbols +# for mem/cpu profiling +[profile.profiling] +inherits = "release" +debug = true +strip = false \ No newline at end of file