aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/makefile b/tests/makefile
index 53115de..2328d0e 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -19,11 +19,6 @@ LTO ?= 0
LTOFLAGS != [ "$(LTO)" != "0" ] \
&& echo "-flto=auto"
-DEBUG ?= 1
-DEBUGFLAGS != [ "$(DEBUG)" != "0" ] \
- && echo "-DDEBUG=1" \
- || echo "-DNDEBUG=1"
-
OBFLAGS := -g
WARNFLAGS := -Wall -Wextra
INCLUDE_FLAGS := -I include