mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 02:41:54 +00:00
build: expand default_options
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
d0a16061ae
commit
66d7d50394
@ -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',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user