Skip to content

meson: Always enable CPU extensions if available

Niels De Graef requested to merge wip/nielsdg/conditional-cpu-exts into master

Don't enable conditionally based on the buildtype.

Further, don't use add_project_arguments() to enable the instructions: this will lead to crashes within g-ir-scanner, which can't properly parse these instructions.

#5053 (closed)

Merge request reports