feat: add DEBUG define

This commit is contained in:
3lswear
2022-02-04 18:17:49 +03:00
parent 87520ae819
commit 96f8a2b989

View File

@@ -6,7 +6,7 @@ SANFLAGS = -fsanitize=address
# SANFLAGS = -fsanitize=leak
CXXFLAGS = -Wall -Wextra -Werror -g -std=c++98 $(SANFLAGS)
CXXFLAGS = -Wall -Wextra -Werror -g -std=c++98 $(SANFLAGS) -DDEBUG
CPPFLAGS += -MD -MP