mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-01 04:45:37 +00:00
build-sys: Add option to enable additional checks
This to enable extra test. This option is used also in different projects. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
186b8439ae
commit
c9df62d89f
@ -237,6 +237,11 @@ AC_ARG_ENABLE([statistics],
|
||||
AS_IF([test "$enable_statistics" = "yes"],
|
||||
[AC_DEFINE([RED_STATISTICS], [1], [Enable SPICE statistics])])
|
||||
|
||||
AC_ARG_ENABLE([extra-checks],
|
||||
AS_HELP_STRING([--enable-extra-checks=@<:@yes/no@:>@],
|
||||
[Enable expensive checks @<:@default=no@:>@]))
|
||||
AM_CONDITIONAL(ENABLE_EXTRA_CHECKS, test "$enable_extra_checks" = "yes")
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl check compiler flags
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user