Skip to content

Fix for 'meson build fails: arch:i686 , cc:gcc-7'

S. Randall Sawyer requested to merge randall/babl:randall into master

Remedy for issue #29

Inserted

add_project_arguments('-march=native', language : 'c')

at line 194 of meson.build. I had no problems compiling babl after this change.

I got the idea from this response to a forum question regarding gcc optimization/intrinsics.

Edited by S. Randall Sawyer

Merge request reports