Skip to content

aco: pass -fno-exceptions

Rhys Perry requested to merge pendingchaos/mesa:aco_fno_exceptions into master

We don't use exceptions at all, so pass this flag to the compiler to allow it to create better code.

Merge request reports