From: Wei Liu Date: Tue, 10 Oct 2017 17:23:33 +0000 (+0100) Subject: travis: disable UBSAN X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1185 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a164e14c6e140d792aee644990f8fea0fa8f8da2;p=xen.git travis: disable UBSAN The stock compiler in travis doesn't support -fsanitize=undefined. Signed-off-by: Wei Liu Reviewed-by: Doug Goldstein --- diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config index c7753ac4ad..76f74320b5 100644 --- a/xen/tools/kconfig/allrandom.config +++ b/xen/tools/kconfig/allrandom.config @@ -1,3 +1,4 @@ # Explicit option choices not subject to regular RANDCONFIG CONFIG_GCOV_FORMAT_AUTODETECT=y +CONFIG_UBSAN=n