raulcd commented on code in PR #49345: URL: https://github.com/apache/arrow/pull/49345#discussion_r2840304229
########## dev/tasks/linux-packages/apache-arrow/debian/rules: ########## @@ -6,7 +6,8 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless +# lto1 (GCC 15) on Ubuntu 26.04 crashes with LTO. +export DEB_BUILD_MAINT_OPTIONS=optimize=-lto,reproducible=-timeless Review Comment: should we still enable LTO for the rest? The fix seems to broad -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
