This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch branch-50
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/branch-50 by this push:
new 340bd6aac4 [branch-50] Backport change to avoid debug symbols in ci
builds to 50.0.0 (#17795)
340bd6aac4 is described below
commit 340bd6aac4e0538fb40ba3f94f881ba2b889af63
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Sep 26 09:37:31 2025 -0700
[branch-50] Backport change to avoid debug symbols in ci builds to 50.0.0
(#17795)
---
Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Cargo.toml b/Cargo.toml
index 53c35ed35f..49aac98033 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -199,6 +199,7 @@ rpath = false
strip = false # Retain debug info for flamegraphs
[profile.ci]
+debug = false
inherits = "dev"
incremental = false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]