mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05: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'] : []) +
|
||||
cc.get_supported_arguments(
|
||||
['-fstrict-aliasing',
|
||||
'-Wstrict-aliasing',
|
||||
'-Wno-missing-profile']),
|
||||
'-Wstrict-aliasing']),
|
||||
language: 'c',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue