[gtk/wip/nirbheek/gtk-3-24-meson: 4/4] meson: Don't target gnu89 as the c_std



commit 154d2220c75eb874b6cb1deee90503f4766bcea2
Author: Nirbheek Chauhan <nirbheek centricular com>
Date:   Sat Dec 1 03:04:16 2018 +0530

    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

 meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index cb0f241496..4e8ef821b1 100644
--- a/meson.build
+++ b/meson.build
@@ -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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]