build: expand default_options

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2021-09-16 15:59:49 +02:00
parent d0a16061ae
commit 66d7d50394
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -5,9 +5,11 @@ project('lxc', 'c',
license : 'LGPLv2+',
default_options: [
'b_lto=true',
'b_lto_mode=thin',
'b_colorout=always',
'b_asneeded=true',
'b_pie=true',
'b_staticpic=true',
'c_std=gnu11',
'warning_level=2',
],