feat: corrected the try / catch (besigned method)
This commit is contained in:
parent
2b5b3b29cb
commit
ba0a5ab953
3 changed files with 21 additions and 11 deletions
|
|
@ -24,7 +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
|
||||
DEBUG = -g3
|
||||
DEBUG += -fsanitize=address
|
||||
CXXFLAGS += $(DEBUG)
|
||||
|
||||
# Sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue