mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
meson: don't build with -Werror by default
Fixes #70. For development, initialise meson with the `--werror` option: ``` meson build --werror ``` Alternatively, for an existing build, run ``` cd build meson configure -Dwerror=true ```
This commit is contained in:
parent
15eeb7784e
commit
33cd4c2af9
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ project('cage', 'c',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=3',
|
'warning_level=3',
|
||||||
'werror=true',
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue