mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
configure: make fortify_source=yes by default
Commit c87ea11631
"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>
This commit is contained in:
parent
5c08edd1fa
commit
1f3f2bfe0e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue