From: Christian Brauner Date: Wed, 15 Sep 2021 08:42:04 +0000 (+0200) Subject: build: support lto X-Git-Tag: lxc-5.0.0~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3972%2Fhead;p=thirdparty%2Flxc.git build: support lto Signed-off-by: Christian Brauner --- diff --git a/meson.build b/meson.build index 472c98b96..ea5ee5d75 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,7 @@ project('lxc', 'c', version : '4.0.0', license : 'LGPLv2+', default_options: [ + 'b_lto=true', 'b_colorout=always', 'b_asneeded=true', 'b_pie=true',