build: removing the debug flag to correction
This commit is contained in:
parent
1b83e7a47a
commit
12c51ae90e
3 changed files with 10 additions and 10 deletions
|
|
@ -24,8 +24,8 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
|
|||
# Flags to have the dependences (can be removed for correction)
|
||||
CXXFLAGS += -MMD
|
||||
# Flags to have the debug (can be removed for correction)
|
||||
DEBUG += -g3 -fsanitize=address
|
||||
CXXFLAGS += $(DEBUG)
|
||||
# DEBUG += -g3 -fsanitize=address
|
||||
# CXXFLAGS += $(DEBUG)
|
||||
|
||||
# Sources
|
||||
SRC = Bureaucrat.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue