fix: debug wasn't correctly disabled

This commit is contained in:
Alessandre Laguierce 2025-03-20 19:45:28 +01:00
parent f5b3a7a87e
commit 0228c1c616

View File

@ -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