Minor changes

This commit is contained in:
2026-03-26 13:53:51 +02:00
parent 2301f973fb
commit a514a10621
4 changed files with 69 additions and 51 deletions

View File

@@ -2,7 +2,7 @@ project('evol-sandbox', 'c',
version : '0.1',
default_options : [
'warning_level=3',
'c_std=gnu11',
'c_std=gnu23',
],
)