meson: add -fprofile-correction

This commit is contained in:
Daniel Eklöf 2020-05-21 18:01:53 +02:00
parent 483ea4ae73
commit 98fde56c51
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -18,6 +18,7 @@ add_project_arguments(
cc.get_supported_arguments(
['-fstrict-aliasing',
'-Wstrict-aliasing',
'-fprofile-correction',
'-Wno-missing-profile']),
language: 'c',
)