commit | 904ad5ec1583145ef411acb2dec63beeb12ea721 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 07 16:35:26 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 09 18:21:34 2021 +0200 |
tree | 46b96c9e45b5c8d32d8df0b4a0deb46e37654ac4 | |
parent | 838e37007cae48d32102e2f2addb2473138a98df [diff] |
meson: switch function tests from compilation to linking Some tests for glibc functions cause compilation to emit warnings but still succeed even if the function is not there. Therefore, change from cc.compiles to cc.links. Reported-by: Richard Zak <richard.j.zak@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>