mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-02 07:15:47 -04:00
Tune compiler options
This commit is contained in:
parent
8385b62a9b
commit
388d60d6b8
1 changed files with 3 additions and 2 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
project('cage', 'c',
|
project('cage', 'c',
|
||||||
version: '0.1.4',
|
version: '0.1.4',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
meson_version: '>=0.58.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=3',
|
'warning_level=2',
|
||||||
|
'werror=true',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
add_project_arguments(
|
add_project_arguments(
|
||||||
[
|
[
|
||||||
'-DWLR_USE_UNSTABLE',
|
'-DWLR_USE_UNSTABLE',
|
||||||
'-Wall',
|
|
||||||
'-Wundef',
|
'-Wundef',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue