Commits


Jin Shang authored and GitHub committed f9a1d198f64
GH-34309: [C++] Disable LTO for aws_lc and s2n-tls (#34349) When built with LTO, s2n-tls can't properly intern aws_lc symbols, which may cause undefined references. * Closes: #34309 Lead-authored-by: Jin Shang <shangjin1997@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>