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 cd0ddca commit 70de142Copy full SHA for 70de142
meson.build
@@ -1,7 +1,13 @@
1
-project('Fossil IO', 'c', 'cpp',
2
- meson_version: '>=1.3.0',
+project('Fossil Io', 'c', 'cpp',
+ meson_version: '>=1.8.0',
3
license: 'MPL-2.0',
4
version: '0.2.3',
5
- default_options: ['c_std=c17,c18', 'cpp_std=c++20'])
+ default_options: [
6
+ 'c_std=c11,c18',
7
+ 'cpp_std=c++20',
8
+ 'buildtype=release',
9
+ 'default_library=static'
10
+ ]
11
+)
12
-subdir('code')
13
+subdir('code')
0 commit comments