mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 04:00:24 +00:00
Build: Make -Werror non-default
It seems that libbpf and bpftool have some places where -Werror triggers when compiled with gcc. Let's make it non-default. Users can always enable it locally if they want to by invoking `meson setup` with the --werror flag. Signed-off-by: David Vernet <void@manifault.com>
This commit is contained in:
parent
c9bfc5f98b
commit
4b052c1489
@ -1,7 +1,6 @@
|
||||
project('sched_ext schedulers', 'c',
|
||||
version: '0.1.9',
|
||||
license: 'GPL-2.0',
|
||||
default_options: 'werror=true',)
|
||||
license: 'GPL-2.0',)
|
||||
|
||||
if meson.version().version_compare('<1.2')
|
||||
error('meson >= 1.2 required')
|
||||
|
Loading…
Reference in New Issue
Block a user