mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04: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']
|
? ['-D_DEBUG']
|
||||||
: [cc.get_supported_arguments('-fno-asynchronous-unwind-tables')]) +
|
: [cc.get_supported_arguments('-fno-asynchronous-unwind-tables')]) +
|
||||||
cc.get_supported_arguments(
|
cc.get_supported_arguments(
|
||||||
['-fstrict-aliasing',
|
['-pedantic',
|
||||||
|
'-fstrict-aliasing',
|
||||||
'-Wstrict-aliasing']),
|
'-Wstrict-aliasing']),
|
||||||
language: 'c',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue