build-style/meson.sh: explicitly enable staticpic and pie.
This commit is contained in:
parent
48cb2eb423
commit
f421389bd9
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue