mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-13 04:28:05 -05: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',
|
||||
version: '0.1.4',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.58.1',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=3',
|
||||
'warning_level=2',
|
||||
'werror=true',
|
||||
],
|
||||
)
|
||||
|
||||
add_project_arguments(
|
||||
[
|
||||
'-DWLR_USE_UNSTABLE',
|
||||
'-Wall',
|
||||
'-Wundef',
|
||||
'-Wno-unused-parameter',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue