mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-09 05:51:00 +00:00
Allows to enable recorder integration
recorder library will be used to collect some statistics during development. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
b9cc232a70
commit
1de0e6a292
@ -134,6 +134,7 @@ AX_VALGRIND_CHECK
|
||||
|
||||
SPICE_CHECK_LZ4
|
||||
SPICE_CHECK_SASL
|
||||
SPICE_CHECK_RECORDER
|
||||
AM_CONDITIONAL(HAVE_SASL, test "x$have_sasl" = "xyes")
|
||||
|
||||
dnl =========================================================================
|
||||
|
||||
@ -45,3 +45,8 @@ option('manual',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
description : 'Build SPICE manual')
|
||||
|
||||
option('recorder',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description: 'Enable recorder instrumentation')
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 0a753b93b50b548a2ac04023c96a7cda83f204bf
|
||||
Subproject commit 2e914f3305f685c82143fa04067ce9f57fbfd602
|
||||
Loading…
Reference in New Issue
Block a user