This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 99b830c716 chore: Strip debuginfo symbols for release (#14843)
99b830c716 is described below

commit 99b830c716e066dc1ff9c30852ed9227467b8b68
Author: Oleks V <[email protected]>
AuthorDate: Wed Feb 26 08:13:18 2025 -0800

    chore: Strip debuginfo symbols for release (#14843)
    
    * chore: Strip debuginfo symbols for release
    
    * chore: Strip debuginfo symbols for release
    
    * chore: Strip debuginfo symbols for release
    
    * chore: Strip debuginfo symbols for release
    
    * chore: Strip debuginfo symbols for release
---
 Cargo.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index f7d39aeb30..d0710113d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -159,19 +159,18 @@ url = "2.5.4"
 [profile.release]
 codegen-units = 1
 lto = true
+strip = true
 
 # the release profile takes a long time to build so we can use this profile 
during development to save time
 # cargo build --profile release-nonlto
 [profile.release-nonlto]
 codegen-units = 16
-debug = false
 debug-assertions = false
 incremental = false
 inherits = "release"
 lto = false
 opt-level = 3
 overflow-checks = false
-panic = 'unwind'
 rpath = false
 
 [profile.ci]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to