mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: use global b_pie to build PIE executables
This commit is contained in:
parent
a6433b0839
commit
abe73c9146
7 changed files with 1 additions and 17 deletions
|
|
@ -4,6 +4,7 @@ project('pipewire', ['c' ],
|
|||
meson_version : '>= 0.49.0',
|
||||
default_options : [ 'warning_level=3',
|
||||
'c_std=gnu99',
|
||||
'b_pie=true',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue