mirror of https://github.com/xemu-project/xemu.git
configure: Add option to disable source fortification
This commit is contained in:
parent
6dc3f4f582
commit
310addb197
|
@ -1104,6 +1104,10 @@ for opt do
|
||||||
;;
|
;;
|
||||||
--disable-sparse) sparse="no"
|
--disable-sparse) sparse="no"
|
||||||
;;
|
;;
|
||||||
|
--disable-fortify-source) fortify_source="no"
|
||||||
|
;;
|
||||||
|
--enable-fortify-source) fortify_source="yes"
|
||||||
|
;;
|
||||||
--disable-strip) strip_opt="no"
|
--disable-strip) strip_opt="no"
|
||||||
;;
|
;;
|
||||||
--disable-vnc-sasl) vnc_sasl="no"
|
--disable-vnc-sasl) vnc_sasl="no"
|
||||||
|
|
Loading…
Reference in New Issue