[network-manager-applet/wip/inigomartinez/meson-improvements: 2/7] build(meson): Remove default options



commit 7e5aed29c213d08543b99cc7829d246396c52b38
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Nov 10 17:23:12 2017 +0100

    build(meson): Remove default options
    
    network-manager-applet uses 1 as the project's default warning level
    and also sets b_lundef to force the linker to show undefined symbols
    as errors. However, meson already sets thos options by default.
    
    This patch removes those options from project's default options.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790178

 meson.build |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 8c6e6f9..780c3cd 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,8 @@ project(
   version: '1.8.7',
   license: 'GPL2+',
   default_options: [
-    'b_lundef=true',
     'buildtype=debugoptimized',
-    'c_std=gnu99',
-    'warning_level=1'
+    'c_std=gnu99'
   ],
   meson_version: '>= 0.42.0'
 )


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