mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
meson: don't set -Wno-missing-profile
We don't do PGO by default
This commit is contained in:
parent
4699ed343a
commit
a324004fdb
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ add_project_arguments(
|
||||||
(is_debug_build ? ['-D_DEBUG'] : []) +
|
(is_debug_build ? ['-D_DEBUG'] : []) +
|
||||||
cc.get_supported_arguments(
|
cc.get_supported_arguments(
|
||||||
['-fstrict-aliasing',
|
['-fstrict-aliasing',
|
||||||
'-Wstrict-aliasing',
|
'-Wstrict-aliasing']),
|
||||||
'-Wno-missing-profile']),
|
|
||||||
language: 'c',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue