Roman Bogorodskiy wrote:
Currently the stack frame size limit is set to 4096 and it started
to
cause an error like this:
virshtest.c:253:1: error: stack frame size of 5512 bytes in function
'mymain' [-Werror,-Wframe-larger-than=]
mymain(void)
^
1 error generated.
Increase it to 6144.
Worth to mention that it's started to show up after updating to clang
3.6.
Roman Bogorodskiy