Fix last commit

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-02-27 10:01:38 +00:00
parent 21df85cd94
commit 4fa56178cf

View File

@@ -2,7 +2,7 @@ project('glorytun', 'c',
version: run_command('./version.sh').stdout(),
license: 'BSD-3-Clause',
default_options : [
'buildtype=debugoptimized'
'buildtype=debugoptimized',
'c_std=gnu99'
]
)