Ask for a gnu99 compiler

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-02-27 09:25:44 +00:00
parent e21c83602f
commit 21df85cd94

View File

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