Skip to content

Commit

Permalink
Set project as C11
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasakm committed Feb 20, 2023
1 parent 7ae101b commit b11fe97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
project('fml', 'c',
version : '0.1',
default_options : ['warning_level=3'])
default_options : ['c_std=c11', 'warning_level=3'])

exe = executable('fml',
'src/fml.c',
'src/parser.c',
'src/arena.c',
install : true)

test('basic', exe)

0 comments on commit b11fe97

Please sign in to comment.