[tracker-miners/abderrahim/fix-build] build: fix build when using --buildtype=plain




commit f41dc5fbd00544475b6f493bb47b9a59c0e515f3
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Dec 13 13:26:51 2020 +0100

    build: fix build when using --buildtype=plain
    
    Fixes 40188e40d720a2c592432f064a49b01a998b8d05

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 38493407e..9c1c12535 100644
--- a/meson.build
+++ b/meson.build
@@ -122,7 +122,7 @@ if get_option('buildtype') == 'plain'
   # Default case is to allow TRACKER_DEBUG which is very useful for
   # triaging user-reported issues.
   # Use --buildtype=release to disable debug completely.
-  debug = 1
+  debug = true
 else
   debug = get_option('debug')
 endif


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