We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3aa45 commit 35a00c1Copy full SHA for 35a00c1
meson.build
@@ -2,6 +2,6 @@ project('Pizza Test', 'c', 'cpp',
2
meson_version: '>=1.3.0',
3
license: 'MPL-2.0',
4
version: '1.2.6',
5
- default_options: ['c_std=c11,c18', 'cpp_std=c++20'])
+ default_options: ['c_std=c11,c18', 'cpp_std=c++20', 'buildtype=release'])
6
7
subdir('code')
0 commit comments