[libvirt] [PATCH 6/8] Temporarily bump maximum stack size

Ján Tomko jtomko at redhat.com
Wed Jun 29 13:53:59 UTC 2016


It seems clang computes this differently because over 23000 is needed
to build cputest.
---
 m4/virt-compile-warnings.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-compile-warnings.m4 b/m4/virt-compile-warnings.m4
index 661d60b..b72dfb3 100644
--- a/m4/virt-compile-warnings.m4
+++ b/m4/virt-compile-warnings.m4
@@ -171,7 +171,7 @@ AC_DEFUN([LIBVIRT_COMPILE_WARNINGS],[
     # This should be < 256 really. Currently we're down to 4096,
     # but using 1024 bytes sized buffers (mostly for virStrerror)
     # stops us from going down further
-    wantwarn="$wantwarn -Wframe-larger-than=4096"
+    wantwarn="$wantwarn -Wframe-larger-than=25600"
     dnl wantwarn="$wantwarn -Wframe-larger-than=256"
 
     # Extra special flags
-- 
2.7.3




More information about the libvir-list mailing list