]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson.build: add -ffat-lto-objects
authorSerge Hallyn <serge@hallyn.com>
Mon, 16 Sep 2024 12:47:34 +0000 (07:47 -0500)
committerSerge Hallyn <serge@hallyn.com>
Mon, 16 Sep 2024 12:47:34 +0000 (07:47 -0500)
commit36497cc90f304d561285bdadf38ab48fa263ce6f
tree9750587848152fb8a97e2df880d020f51ed5a213
parentaca49b95251d36a46832846122f2686cf2c40e0e
meson.build: add -ffat-lto-objects

Otherwise, if we generate a static library, lintian warns that
it has no code sections.  See

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977596

Signed-off-by: Serge Hallyn <serge@hallyn.com>
meson.build