]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Raise the frame limit for tests
authorJán Tomko <jtomko@redhat.com>
Thu, 18 Jan 2018 09:14:41 +0000 (10:14 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Jan 2018 09:16:41 +0000 (10:16 +0100)
commit33dd664c50422df41d1e046eba92a3b2699913de
treeb7c0a86939de019da9494afef1cbc5bad9e5e277
parentbc251ea91bcfddd2622fce6bce701a438b2e7276
Raise the frame limit for tests

After the latest CPU additions, the build fails with clang:
cputest.c:905:1: error: stack frame size of 26136 bytes
  in function 'mymain' [-Werror,-Wframe-larger-than=]

Raise the relaxed limit which is used for tests.
m4/virt-compile-warnings.m4