diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index f2286408204..f8a1631f695 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -114,6 +114,7 @@ EOF --auto-features=enabled \ --wrap-mode=nodownload \ -Db_lto=true -Db_ndebug=true \ + -Db_staticpic=true -Db_pie=true \ ${configure_args} . ${meson_builddir} }