mirror of https://github.com/xemu-project/xemu.git
configure: Add back fortify source option
This commit is contained in:
parent
03ba4ecad2
commit
9c3e05ded4
|
@ -799,6 +799,10 @@ for opt do
|
||||||
;;
|
;;
|
||||||
--disable-tsan) tsan="no"
|
--disable-tsan) tsan="no"
|
||||||
;;
|
;;
|
||||||
|
--disable-fortify-source) fortify_source="no"
|
||||||
|
;;
|
||||||
|
--enable-fortify-source) fortify_source="yes"
|
||||||
|
;;
|
||||||
--disable-tcg) tcg="disabled"
|
--disable-tcg) tcg="disabled"
|
||||||
plugins="no"
|
plugins="no"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue