We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1502831 + e36b99d commit 2b79590Copy full SHA for 2b79590
1 file changed
meson.build
@@ -3,6 +3,7 @@ project('SU2', 'c', 'cpp',
3
license: 'LGPL2',
4
default_options: ['buildtype=release',
5
'warning_level=0',
6
+ 'c_std=c99',
7
'cpp_std=c++11'])
8
9
0 commit comments