build: Use Meson to test for compiler and linker arguments
commit3ab86657041d46d32eb7cd2b8791bb2c8d6160a6
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2018 13:41:04 +0000 (19 14:41 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2018 13:49:02 +0000 (19 14:49 +0100)
treefc639936c86ea8be3330cf6964139e7c9d161318
parent785e609e38a90123abf47eb15c9923ad68114e6a
build: Use Meson to test for compiler and linker arguments

Instead of iterating over them ourselves, Meson 0.46 provides useful
convenience functions.

Using the appropriate Meson functions also removes warnings with newer
versions of Meson.
meson.build