Put default debug level back to 1 in makefile.

This commit is contained in:
rexy712 2020-09-28 15:27:47 -07:00
parent dd993e6b60
commit f44051baae

View File

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