build-style/meson.sh: explicitly enable staticpic and pie.
This commit is contained in:
parent
48cb2eb423
commit
f421389bd9
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ EOF
|
||||||
--auto-features=enabled \
|
--auto-features=enabled \
|
||||||
--wrap-mode=nodownload \
|
--wrap-mode=nodownload \
|
||||||
-Db_lto=true -Db_ndebug=true \
|
-Db_lto=true -Db_ndebug=true \
|
||||||
|
-Db_staticpic=true -Db_pie=true \
|
||||||
${configure_args} . ${meson_builddir}
|
${configure_args} . ${meson_builddir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue