meson: Don't target gnu89 as the c_std
Meson propagates c_std to all subprojects, including those that require gnu99 or c11, etc. https://github.com/mesonbuild/meson/issues/1889
This commit is contained in:
committed by
Christoph Reiter
parent
d9000a0740
commit
a8ffb42739
@@ -2,7 +2,6 @@ project('gtk+-3.0', 'c',
|
||||
version: '3.24.1',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
'c_std=gnu89',
|
||||
'warning_level=1'
|
||||
],
|
||||
meson_version : '>= 0.48.0',
|
||||
|
||||
Reference in New Issue
Block a user