Skip to content

ctx: update from upstream, vary optimization levels

pippin requested to merge ctx_split_optimization_flags into main

build ctx with O3 for compositing and Os for rest, we run into instruction cache issues with too agressive inlining for all of ctx, in particular the core scan-converter does not like O3 and is even a bit unhappy about O2.

Merge request reports