build: update required compiler versions

This commit is contained in:
Christian Hergert
2023-05-25 15:10:45 -07:00
parent 503d3decca
commit 7ec74308b5

View File

@ -2,8 +2,8 @@ project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'], license: ['GPL3+', 'GPL2+'],
version: '45.alpha', version: '45.alpha',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu11', default_options: [ 'c_std=gnu17',
'cpp_std=c++11', 'cpp_std=gnu++17',
'warning_level=2', 'warning_level=2',
] ]
) )