mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 14:10:55 +00:00
build: bump C++ requirement
This commit is contained in:
@ -3,7 +3,7 @@ project('sysprof', ['c', 'cpp'],
|
|||||||
version: '3.33.1',
|
version: '3.33.1',
|
||||||
meson_version: '>=0.49.0',
|
meson_version: '>=0.49.0',
|
||||||
default_options: [ 'c_std=gnu11',
|
default_options: [ 'c_std=gnu11',
|
||||||
'cpp_std=c++03',
|
'cpp_std=c++11',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user