]> 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)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 May 2017 19:18:38 +0000 (15:18 -0400)
commitb79808000dbe31bc94330f2d9bb96ba27a9b7c40
treeab2b1b3fcb87ae9dc56c62e3d0df460bd2d43850
parentf59163c46d3b2e6bf35bccbf2973dcf9a4ac61d5
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.

(cherry picked from commit e73889b6311f5b43d859caa4bae84bfdb299967a)
daemon/Makefile.am
m4/virt-compile-warnings.m4
src/Makefile.am
tests/Makefile.am
tools/Makefile.am