devtools: use shared libs to save space in build test
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 14 Sep 2018 16:17:17 +0000 (17:17 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Sep 2018 13:11:46 +0000 (15:11 +0200)
commite4f2047190da3ed64fbad2321e7a7e538caba3f3
treee75ab6dfb6dd048a6cd338b3cc6f64e2e25b2bd1
parent2c6c3e0dc8d19b7b2fa67f23ea20b3cf7d2f8f0c
devtools: use shared libs to save space in build test

For usability, the default build type in meson is static, so that
binaries can be run from the build directory easily. However, static
builds take more space, so for build-testing purposes default to using
shared builds where possible.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
devtools/test-meson-builds.sh