Skip to content
Snippets Groups Projects
Commit a5cb7c5a authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

meson: use b_staticpic=false for meson >=0.56.0


Meson 0.56.0 correctly builds non-PIC static libraries with -fPIE if
b_pie=true.  We do not have to pass b_staticpic=true if PIE is requested
if Meson is new-enough, which improves performance.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent fd250172
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment