From dab9efb7b745fe884fb72017591dce95978c19c4 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 27 Feb 2020 14:47:23 +0100 Subject: Optimization and norming a bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 199d32f..1e9eccc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/24 09:19:49 by cacharle #+# #+# # -# Updated: 2020/02/26 18:04:14 by cacharle ### ########.fr # +# Updated: 2020/02/27 13:11:14 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -24,7 +24,7 @@ OBJ_DIRS = $(shell find $(SRC_DIR) -type d | sed 's/src/obj/') CC = gcc CCFLAGS = -I$(LIBFT_DIR)/include -I$(MINILIBX_DIR) -I$(INCLUDE_DIR) \ - -O3 -Wall -Wextra #-Werror + -Ofast -Wall -Wextra #-Werror LDFLAGS = -L$(LIBFT_DIR) -lft \ -L$(MINILIBX_DIR) -lmlx \ -framework OpenGL -framework AppKit -lm -lpthread -- cgit