build: bump C++ requirement

This commit is contained in:
Christian Hergert
2019-05-07 22:58:37 -07:00
parent e705014394
commit 94ce3dd648

View File

@ -3,7 +3,7 @@ project('sysprof', ['c', 'cpp'],
version: '3.33.1',
meson_version: '>=0.49.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++03',
'cpp_std=c++11',
'warning_level=2',
]
)