mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-03-23 21:51:26 +00:00
build: update required compiler versions
This commit is contained in:
@ -2,8 +2,8 @@ project('sysprof', 'c',
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '45.alpha',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: [ 'c_std=gnu11',
|
||||
'cpp_std=c++11',
|
||||
default_options: [ 'c_std=gnu17',
|
||||
'cpp_std=gnu++17',
|
||||
'warning_level=2',
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user