From 935f75e4afa2a4342e2c1bb629e2de33f0cfaaba Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Wed, 28 Aug 2019 09:59:05 +1000 Subject: [PATCH] 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