meson: Build modules with '-Wl,no-undefined'
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Thu, 20 Sep 2018 08:36:13 +0000 (15:36 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 4 Oct 2018 03:14:18 +0000 (08:44 +0530)
commitdac59dbf813d20ed87baab000e6b59039eca5fc0
tree0fb7a17157642382cb3f66db21996f44dff61717
parent13adc3a805f35f838afb5644a7d8db2c51428416
meson: Build modules with '-Wl,no-undefined'

This flag will make the loader fail if symbols are not resolved. It
seems to be our best bet to uncover every missing module dependencies.

For more details, I recommend to read:
<http://www.kaizou.org/2015/01/linux-libraries/>

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
src/modules/meson.build