alamb commented on code in PR #14843:
URL: https://github.com/apache/datafusion/pull/14843#discussion_r1967879632


##########
Cargo.toml:
##########
@@ -159,19 +159,20 @@ url = "2.5.4"
 [profile.release]
 codegen-units = 1
 lto = true
+debug = false
+strip = true
+panic = "abort"

Review Comment:
   I think it would be useful to add some comments here about why we chose to 
abort on panic (to decrease the binary size)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to