mirror of
git://github.com/lxc/lxc
synced 2025-08-29 19:39:50 +00:00
build: set diagnostic colours directly in default_options
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
6bd2736a9d
commit
c077362de8
@ -4,6 +4,7 @@ project('lxc', 'c',
|
||||
version : '4.0.0',
|
||||
license : 'LGPLv2+',
|
||||
default_options: [
|
||||
'b_colorout=always',
|
||||
'b_asneeded=true',
|
||||
'b_pie=true',
|
||||
'c_std=gnu11',
|
||||
@ -95,7 +96,6 @@ pkgconfig = import('pkgconfig')
|
||||
|
||||
possible_cc_flags = [
|
||||
'-Wvla',
|
||||
'-fdiagnostics-color',
|
||||
'-Wimplicit-fallthrough=5',
|
||||
'-Wcast-align',
|
||||
'-Wstrict-prototypes',
|
||||
|
Loading…
x
Reference in New Issue
Block a user