Ján Tomko b87cca75c3 build: relax the relaxed stack frame limit further
Pick 256k as the limit.

While -Wno-frame-larger-than would make more sense for usage
in our test suite, the -Wno version seems to have no effect
if -Wframe-larger-than was already specified.

Use an (un)reasonably large value instead.

Fixes the build with clang:
../../tests/cputest.c:964:1: error: stack frame size of 33176 bytes
in function 'mymain' [-Werror,-Wframe-larger-than=]
mymain(void)
^
1 error generated.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2019-12-17 14:39:56 +01:00
..
2017-05-26 11:37:44 +02:00
2018-08-06 11:50:53 +02:00
2019-04-15 11:09:10 +02:00
2018-06-05 14:32:03 +02:00
2013-08-22 16:17:35 +02:00
2019-04-12 09:16:08 +02:00
2019-07-08 12:01:27 +02:00