Remove readline
This commit is contained in:
parent
2061aa5f7f
commit
0f2bf32b79
5 changed files with 5 additions and 27 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
|
||||
# Updated: 2024/07/05 18:00:14 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/07/10 21:02:49 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ link_group = -Wl,--start-group $(1) -Wl,--end-group
|
|||
BUILD_DIR ?= $(shell realpath ./build/)
|
||||
|
||||
# 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 -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue