[geary/wip/minor-cleanup: 3/3] Enable valadoc and refcounting in dev build by default



commit 935f75e4afa2a4342e2c1bb629e2de33f0cfaaba
Author: Michael Gratton <mike vee net>
Date:   Wed Aug 28 09:59:05 2019 +1000

    Enable valadoc and refcounting in dev build by default

 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 0427b755..9ed10950 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@
 
 CONFIGURE := meson \
        --buildtype debug \
-       --warnlevel 3
+       --warnlevel 3 \
+       -Dvaladoc=true \
+       -Dref_tracking=true
 MAKE := ninja
 
 BUILD_DIR := build


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