Skip to content

ci/build: use debugoptimized everywhere

David Heidelberg requested to merge dh/mesa:20240516-debugoptimized into main

What does this MR do and why?

ci/build: use debugoptimized everywhere

`debug` is using -O0, which is useful for the debugging, but gives us no
advantage in the CI. Also all distro builds are -O2 or -O3, and combination
with LTO/IPO is usually poorly tested by compiler developers.

Use -O2 and be happy.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>

/cc @daniels @eric @mupuf @robclark

Edited by David Heidelberg

Merge request reports