Update Filelist

This commit is contained in:
Maieul BOYER 2024-07-24 14:47:28 +02:00
parent 8cb401e1a5
commit de9a72e368
No known key found for this signature in database
7 changed files with 36 additions and 35 deletions

View file

@ -6,7 +6,7 @@
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
# Updated: 2024/07/23 22:23:57 by maiboyer ### ########.fr #
# Updated: 2024/07/24 14:41:50 by maiboyer ### ########.fr #
# #
# **************************************************************************** #
@ -19,10 +19,11 @@ ANAME = sh
BUILD_DIR ?= $(shell realpath ./build/)
# TODO: ADD THIS WHEN FINISHING THIS:
#CFLAGS_ADDITIONAL = -DNVALGRIND
CFLAGS_ADDITIONAL += -DNVALGRIND
# TODO: REMOVE THIS WHEN FINISHING THIS:
CFLAGS_ADDITIONAL += -DPRINT_BACKTRACE
CFLAGS_ADDITIONAL += -gcolumn-info
# Flags
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -I./includes -I./output/include -I./stdme/output/include -rdynamic -Wl,-E