From f44051baae53a20e005546ef21bf06b371b83a0a Mon Sep 17 00:00:00 2001 From: rexy712 Date: Mon, 28 Sep 2020 15:27:47 -0700 Subject: [PATCH] Put default debug level back to 1 in makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e67e1ea..47ef536 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,7 @@ INCLUDE_DIRS::=include CFLAGS::=-std=c18 -Wall -pedantic -Wextra CXXFLAGS::=-std=c++17 -Wall -pedantic -Wextra DEBUG_CFLAGS::= -DEBUG_CXXFLAGS::=-DOUR_DICK_DEBUG=2 +DEBUG_CXXFLAGS::=-DOUR_DICK_DEBUG=1 EXT::=cpp LANG::=$(EXT) MAIN_EXECUTABLE::=tester