Enable valadoc and refcounting in dev build by default
This commit is contained in:
parent
4ac29628d5
commit
935f75e4af
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -8,7 +8,9 @@
|
|||
|
||||
CONFIGURE := meson \
|
||||
--buildtype debug \
|
||||
--warnlevel 3
|
||||
--warnlevel 3 \
|
||||
-Dvaladoc=true \
|
||||
-Dref_tracking=true
|
||||
MAKE := ninja
|
||||
|
||||
BUILD_DIR := build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue