Skip to content

Commit 70de142

Browse files
Update meson.build
1 parent cd0ddca commit 70de142

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

meson.build

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
project('Fossil IO', 'c', 'cpp',
2-
meson_version: '>=1.3.0',
1+
project('Fossil Io', 'c', 'cpp',
2+
meson_version: '>=1.8.0',
33
license: 'MPL-2.0',
44
version: '0.2.3',
5-
default_options: ['c_std=c17,c18', 'cpp_std=c++20'])
5+
default_options: [
6+
'c_std=c11,c18',
7+
'cpp_std=c++20',
8+
'buildtype=release',
9+
'default_library=static'
10+
]
11+
)
612

7-
subdir('code')
13+
subdir('code')

0 commit comments

Comments
 (0)