mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
meson: build with -pedantic
This commit is contained in:
parent
74cf8e0206
commit
a5e9ea7c28
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ add_project_arguments(
|
|||
? ['-D_DEBUG']
|
||||
: [cc.get_supported_arguments('-fno-asynchronous-unwind-tables')]) +
|
||||
cc.get_supported_arguments(
|
||||
['-fstrict-aliasing',
|
||||
['-pedantic',
|
||||
'-fstrict-aliasing',
|
||||
'-Wstrict-aliasing']),
|
||||
language: 'c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue