feat: finishing the ex00 of the module 06
This commit is contained in:
parent
d32b496a87
commit
6631b3042a
4 changed files with 59 additions and 53 deletions
|
|
@ -26,13 +26,16 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
|
|||
CXXFLAGS += -MMD
|
||||
# Flags to have the debug (can be removed for correction)
|
||||
DEBUG = -g3
|
||||
DEBUG += -fsanitize=address
|
||||
# DEBUG += -fsanitize=address
|
||||
CXXFLAGS += $(DEBUG)
|
||||
|
||||
# Sources
|
||||
SRC = sources/char.cpp \
|
||||
sources/ScalarConverter.cpp \
|
||||
sources/exeception.cpp \
|
||||
sources/float.cpp \
|
||||
sources/integer.cpp \
|
||||
sources/double.cpp \
|
||||
sources/ScalarConverter.cpp \
|
||||
main.cpp
|
||||
|
||||
# Objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue