From d5afedae5f31a6b4c8052b12af9279e609ac5f20 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 1 Sep 2018 18:46:00 +0200 Subject: Replace DEBUG by TRACE in config.h --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b61ce8..753b407 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AS_IF([test "x$enable_fast_math" != "xno"], [EXTRA="$EXTRA -ffast-math"]) AS_IF([test "x$enable_trace" != "xno"], - [EXTRA="$EXTRA -DDEBUG"]) + AC_DEFINE(TRACE, [1], [Enable trace output for all blocks])) # Define conditionals for Makefile.am AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git']) -- cgit v1.2.3