[shotwell] build: Set meson buildtype to debugoptimized



commit e1420e580eff4f782115a48f71c474cd15e0f1ff
Author: Jens Georg <mail jensge org>
Date:   Thu May 25 09:35:37 2017 +0200

    build: Set meson buildtype to debugoptimized
    
    Otherwise the image manipulation algorithms get really slow

 meson.build |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9269aaa..e77424f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,6 @@
-project('Shotwell', ['vala', 'c'], version : '0.27.1')
+project('Shotwell', ['vala', 'c'],
+        version : '0.27.1',
+        default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')
 i18n = import('i18n')


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