diff --git a/Makefile b/Makefile
index 3e27480c4d208e247b92274d27d84d5ae1f653bd..b05551782fcfd062e6e2121032969e2908c51892 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ check-and-reinit-submodules:
 	fi
 
 MESON_SETUP := CFLAGS=-g CXXFLAGS=-g meson setup
-COMMON_EMPER_MESON_ARGS := --buildtype=release --fatal-meson-warnings -Dstats=true
+STATS :=  -Dstats=true -Dstats_all=true -Dstats_stack_usage=disabled
+COMMON_EMPER_MESON_ARGS := --buildtype=release --fatal-meson-warnings $(STATS)
 EMPER_PIPE := -Dworker_sleep_strategy=pipe
 EMPER_NO_SLEEP := -Dworker_sleep=false
 EMPER_PARSIMONIOUS_SEM := -Dsleep_sem_threshold=0