]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Fix logic bug determining whether running with optimization
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 12:30:48 +0000 (14:30 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 12:30:48 +0000 (14:30 +0200)
commitc2e6897e54f24810420249afbad3479404c46470
tree6b9024a6e2f71b44a5190c93b803050076d1ba22
parentd9c04cdc34683019ef539f7d608a3672cad35420
build: Fix logic bug determining whether running with optimization

The conversion from ternary to a 'if' clause was wrong and thus didn't
properly increase the stack size where needed but only where not
actually needed.

Fixes: b68faa99d9f16c2f504b23737040d25d072ee85d
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
meson.build