mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: update required compiler versions
This commit is contained in:
@ -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',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@ -161,7 +161,7 @@ test_c_args = [
|
|||||||
'-Wswitch-default',
|
'-Wswitch-default',
|
||||||
'-Wswitch-enum',
|
'-Wswitch-enum',
|
||||||
'-Wuninitialized',
|
'-Wuninitialized',
|
||||||
['-Werror=format-security', '-Werror=format=2' ],
|
['-Werror=format-security', '-Werror=format=2'],
|
||||||
'-Werror=empty-body',
|
'-Werror=empty-body',
|
||||||
'-Werror=implicit-function-declaration',
|
'-Werror=implicit-function-declaration',
|
||||||
'-Werror=pointer-arith',
|
'-Werror=pointer-arith',
|
||||||
|
|||||||
Reference in New Issue
Block a user