]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Split out -Wframe-larger-than warning from WARN_CLFAGS
authorJán Tomko <jtomko@redhat.com>
Wed, 29 Jun 2016 13:19:18 +0000 (15:19 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Apr 2017 10:29:35 +0000 (12:29 +0200)
commite73889b6311f5b43d859caa4bae84bfdb299967a
tree1c28c108451d1598ac659855eee377f1a24ca99a
parent2e5de445a159f2627dbd3ec2c90bfb2310d4eb74
Split out -Wframe-larger-than warning from WARN_CLFAGS

Introduce STRICT_FRAME_LIMIT_CFLAGS that will be used for
production code and RELAXED_FRAME_LIMIT_CFLAGS for tests.

Raising the limit for tests allows building them with clang
with optimizations disabled.
daemon/Makefile.am
m4/virt-compile-warnings.m4
src/Makefile.am
tests/Makefile.am
tools/Makefile.am