Fix for 'meson build fails: arch:i686 , cc:gcc-7'
Remedy for issue #29 (closed)
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.