Commit 3556c233d 5 years ago added an option to disable QOM debugging, noting that it can have high performance cost but left the default to on. Change the default to off and only enable it when debugging is requested to avoid the performance penalty for those compiling without debug options.
Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2a7796e..a8fc1ed 100755 --- a/configure +++ b/configure @@ -415,7 +415,7 @@ bsd_user="no" blobs="yes" pkgversion="" pie="" -qom_cast_debug="yes" +qom_cast_debug="no" trace_backends="log" trace_file="trace" spice="" @@ -1062,6 +1062,7 @@ for opt do debug_tcg="yes" debug_mutex="yes" debug="yes" + qom_cast_debug="yes" strip_opt="no" fortify_source="no" ;; -- 2.7.6