summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Tokarev2022-04-22 12:08:25 +0200
committerPaolo Bonzini2022-04-28 08:51:56 +0200
commit1f3f2bfe0ef8f3c0232a1de66c1f9cc46512afea (patch)
tree0089e1de7a6b31d9342c9b78047776e2f3a4456b /configure
parenterror-report: fix g_date_time_format assertion (diff)
downloadqemu-1f3f2bfe0ef8f3c0232a1de66c1f9cc46512afea.tar.gz
qemu-1f3f2bfe0ef8f3c0232a1de66c1f9cc46512afea.tar.xz
qemu-1f3f2bfe0ef8f3c0232a1de66c1f9cc46512afea.zip
configure: make fortify_source=yes by default
Commit c87ea1163111917 "configure: add --without-default-feature" changed fortify_source from "yes" to "$default_feature". But there's no option to turn it on, we only turn it off for debug build. I think this should always be initialized to "yes" in the first place. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-Id: <20220422100825.3692002-1-mjt@msgid.tls.msk.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e8786d478e..a4942c13e4 100755
--- a/configure
+++ b/configure
@@ -308,7 +308,7 @@ debug_tcg="no"
debug="no"
sanitizers="no"
tsan="no"
-fortify_source="$default_feature"
+fortify_source="yes"
gcov="no"
EXESUF=""
modules="no"