From 0228c1c61656e87025971b1ce26446f6a7442c82 Mon Sep 17 00:00:00 2001 From: Alessandre Laguierce Date: Thu, 20 Mar 2025 19:45:28 +0100 Subject: [PATCH] fix: debug wasn't correctly disabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 818dcfb..b4f38d5 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ LDFLAGS+=-lpthread CFLAGS+=-DUSE_PTHREAD endif ifndef USE_DEBUG -CFLAGS+=-DNDEBUG +CFLAGS+=-DNDEBUG -DNTRACE endif # Tests if the last compilation was with pthread