mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 12:58:00 +03:00
move -DDEBUG to debug flags
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,9 +6,9 @@ CXX = clang++
|
||||
|
||||
SANFLAGS = -fsanitize=leak
|
||||
|
||||
DEBUGFLAGS = -g -fno-limit-debug-info
|
||||
DEBUGFLAGS = -g -fno-limit-debug-info -DDEBUG
|
||||
|
||||
CXXFLAGS = -Wall -Wextra -Werror -std=c++98 $(DEBUGFLAGS) $(SANFLAGS) -DDEBUG
|
||||
CXXFLAGS = -Wall -Wextra -Werror -std=c++98 $(DEBUGFLAGS) $(SANFLAGS)
|
||||
|
||||
CPPFLAGS += -MMD -MP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user