Enable valadoc and refcounting in dev build by default

This commit is contained in:
Michael Gratton 2019-08-28 09:59:05 +10:00
parent 4ac29628d5
commit 935f75e4af

View file

@ -8,7 +8,9 @@
CONFIGURE := meson \
--buildtype debug \
--warnlevel 3
--warnlevel 3 \
-Dvaladoc=true \
-Dref_tracking=true
MAKE := ninja
BUILD_DIR := build