2
0
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:
Christian Brauner 2021-09-13 10:15:01 +02:00
parent 6bd2736a9d
commit c077362de8
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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',