fix: changing rank to integer
This commit is contained in:
parent
19ffc5d295
commit
0e3f3a6e3b
3 changed files with 16 additions and 8 deletions
|
|
@ -22,7 +22,9 @@ RM = rm -rf
|
|||
# Mandatory flags for 42
|
||||
CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
|
||||
# Flags to debug and have the dependences (can be removed for correction)
|
||||
CXXFLAGS += -MMD -g3
|
||||
CXXFLAGS += -MMD
|
||||
|
||||
DEBUG += -g3 -fsanitize=address
|
||||
|
||||
# Sources
|
||||
SRC = Bureaucrat.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue