Updated c_std option

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-01-27 04:24:58 +02:00
parent 5e9083ff8b
commit 8fd316c2c6

View File

@@ -1,6 +1,6 @@
project('evol-sandbox', 'c',
version : '0.1',
default_options : ['warning_level=3', 'c_std=c11'])
default_options : ['warning_level=3', 'c_std=gnu11'])
evol_dep = dependency('evol')