removed -fsanitize from Makefile

This commit is contained in:
Tanguy MAZE 2020-01-25 18:06:03 +01:00
parent fdd37da7d0
commit 4a534c8156

View File

@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ # # By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# # # Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2020/01/22 17:50:24 by tmaze ### ########.fr # # Updated: 2020/01/25 18:03:28 by tmaze ### ########.fr #
# # # #
#******************************************************************************# #******************************************************************************#
@ -27,7 +27,7 @@ endif
# Compilator # Compilator
CC = gcc CC = gcc
FLAGS = -Wall -Wextra -Werror -g -fsanitize=address FLAGS = -Wall -Wextra -Werror
# Folders # Folders
LIBDIR = libft LIBDIR = libft