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