feat: corrected the try / catch (besigned method)

This commit is contained in:
Raphael 2025-03-18 09:43:35 +01:00
parent 2b5b3b29cb
commit ba0a5ab953
3 changed files with 21 additions and 11 deletions

View file

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