mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
meson: add -fprofile-correction
This commit is contained in:
parent
483ea4ae73
commit
98fde56c51
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ add_project_arguments(
|
||||||
cc.get_supported_arguments(
|
cc.get_supported_arguments(
|
||||||
['-fstrict-aliasing',
|
['-fstrict-aliasing',
|
||||||
'-Wstrict-aliasing',
|
'-Wstrict-aliasing',
|
||||||
|
'-fprofile-correction',
|
||||||
'-Wno-missing-profile']),
|
'-Wno-missing-profile']),
|
||||||
language: 'c',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue