i'm going to commit hate against malloc implementation :D

This commit is contained in:
Maix0 2024-05-09 22:00:34 +02:00
parent 3937b70957
commit a149e9a860
6 changed files with 13 additions and 8 deletions

View file

@ -6,7 +6,7 @@
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
# Updated: 2024/05/08 22:15:45 by maiboyer ### ########.fr #
# Updated: 2024/05/09 21:24:34 by maiboyer ### ########.fr #
# #
# **************************************************************************** #
@ -15,7 +15,8 @@
OBJDIRNAME ?=
# Flags
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -lreadline -I./includes -I./output/include -I./stdme/output/include -rdynamic -Wl,-E
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -lreadline -I./includes -I./output/include -I./stdme/output/include -rdynamic -Wl,-E
# CFLAGS += -fsanitize=address -fno-omit-frame-pointer -fsanitize-address-use-after-return=runtime -fno-common -fsanitize-address-use-after-scope
# Sources
LIB = ./libft/ft_bzero.c \
./libft/ft_calloc.c \