meson: don't set -Wno-missing-profile

We don't do PGO by default
This commit is contained in:
Daniel Eklöf 2020-05-25 21:15:17 +02:00
parent 4699ed343a
commit a324004fdb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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',
) )