Skip to content
Snippets Groups Projects
Commit 9d3a1747 authored by Michal Vlasák's avatar Michal Vlasák
Browse files

Set C standard to the required C11

parent c3e44aea
No related branches found
No related tags found
No related merge requests found
Pipeline #255610 passed
project('fml', 'c',
version : '0.1',
default_options : ['warning_level=3'])
default_options : ['c_std=c11', 'warning_level=3'])
 
exe = executable('fml',
'example_main.c',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment