diff options
author | Marc-André Lureau | 2019-09-17 13:39:36 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:06 +0200 |
commit | da6d48b969b9fe8f842434375a817db02d158973 (patch) | |
tree | 0a4ee54a69ea0ad2a23aa19c89568095bdbbef54 /configure | |
parent | meson: move summary to meson.build (diff) | |
download | qemu-da6d48b969b9fe8f842434375a817db02d158973.tar.gz qemu-da6d48b969b9fe8f842434375a817db02d158973.tar.xz qemu-da6d48b969b9fe8f842434375a817db02d158973.zip |
meson: enable pie
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8518,6 +8518,7 @@ NINJA=$PWD/ninjatool $meson setup \ -Ddebug=$(if test "$debug_info" = yes; then echo true; else echo false; fi) \ -Dwerror=$(if test "$werror" = yes; then echo true; else echo false; fi) \ -Dstrip=$(if test "$strip_opt" = yes; then echo true; else echo false; fi) \ + -Db_pie=$(if test "$pie" = yes; then echo true; else echo false; fi) \ $cross_arg \ "$PWD" "$source_path" |