You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-46304: [Release][Packaging] Use optimized debug build for .deb (#46392)
### Rationale for this change
We want to get source line from back trace by `addr2line`. We can do it by with debug symbol.
### What changes are included in this PR?
Use `RelWithDebInfo`/`debugoptimized` instead of `Release`/`release`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #46304
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
0 commit comments