@@ -2,7 +2,7 @@ project('glorytun', 'c',
|
|||||||
version: run_command('./version.sh').stdout(),
|
version: run_command('./version.sh').stdout(),
|
||||||
license: 'BSD-3-Clause',
|
license: 'BSD-3-Clause',
|
||||||
default_options : [
|
default_options : [
|
||||||
'buildtype=debugoptimized'
|
'buildtype=debugoptimized',
|
||||||
'c_std=gnu99'
|
'c_std=gnu99'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user