build: removing the debug mode

This commit is contained in:
Raphael 2025-03-24 15:48:14 +01:00
parent 6631b3042a
commit 647c777037
4 changed files with 122 additions and 3 deletions

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2025/03/24 14:51:15 by rparodi ### ########.fr #
# Updated: 2025/03/24 15:47:19 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -25,9 +25,9 @@ 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
# DEBUG = -g3
# DEBUG += -fsanitize=address
CXXFLAGS += $(DEBUG)
# CXXFLAGS += $(DEBUG)
# Sources
SRC = sources/char.cpp \