[tracker/abderrahim/fix-build] build: fix build when using --buildtype=plain
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/abderrahim/fix-build] build: fix build when using --buildtype=plain
- Date: Sun, 13 Dec 2020 10:55:00 +0000 (UTC)
commit 29fd7c445beb3fa65cda25c968652403bcf21655
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Sun Dec 13 11:54:18 2020 +0100
build: fix build when using --buildtype=plain
Fixes ca0e860dbc43ad40c38fb05656995c20944b2238
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index aa6cf228a..a549c24fa 100644
--- a/meson.build
+++ b/meson.build
@@ -78,7 +78,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]