[dconf: 3/21] build: Remove default options



commit e5f8af841b7236507add31d7cb78531f62e35849
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.

 meson.build | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 05c87dc..739da14 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]