]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Work around clang's stack size calculation without optimization
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 10:10:25 +0000 (12:10 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 11:32:28 +0000 (13:32 +0200)
commitb68faa99d9f16c2f504b23737040d25d072ee85d
tree884da39d2d019e18a79397af8877dff90c0ef028
parent0152aa56731a7c2c6f8afe7211b9861731124fbb
build: Work around clang's stack size calculation without optimization

When building without optimization on clang, certain big functions trip
the stack size limit despite not actually reaching it. Relax the stack
limit size for clang without optimization.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build