meson: -fprofile-correction is automatically added by meson

This commit is contained in:
Daniel Eklöf 2020-05-25 19:42:47 +02:00
parent 12d495dd41
commit 8bf8a12362
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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