[dconf/wip/inigomartinez/meson: 3/14] build: Remove default options



commit 8c8c15f26dd61be5c9bdfc67b5d4b04b65d126f9
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Sun Nov 12 11:43:57 2017 +0100

    build: Remove default options
    
    dconf uses 1 as the project's default warning level. However, meson
    already sets this option by default.
    
    This patch removes the option from project's default options. It
    also removes the debugoptimized built type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790236

 meson.build |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index a5367e0..276e227 100644
--- a/meson.build
+++ b/meson.build
@@ -2,10 +2,6 @@ project(
   'dconf', ['c', 'vala'],
   version: '0.28.0',
   license: 'LGPL2.1+',
-  default_options: [
-    'buildtype=debugoptimized',
-    'warning_level=1'
-  ],
   meson_version: '>= 0.41.0'
 )
 


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