Commits


Sutou Kouhei authored and GitHub committed e44bcafc8db
GH-35850: [C++] Don't disable optimization with RelWithDebInfo (#35856) ### Rationale for this change We should not disable optimization with RelWithDebInfo. We just add debug information with RelWithDebInfo. ### What changes are included in this PR? This change prioritizes optimization flags over debug flags. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35850 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>