From 2e79b4ac22321abd69c7f1a9748b5761abaab1ec Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 22 Jan 2020 10:48:21 +0100 Subject: Added micro optimisation when sorting frame == 2 and less reverse rotate when frame == full stack, norming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5d5cf2..fe0cb95 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RM = rm -f LIBFT_DIR = libft CC = gcc -CCFLAGS = -I$(COMMON_DIR) -I$(LIBFT_DIR)/include -Wall -Wextra -g#-Werror +CCFLAGS = -I$(COMMON_DIR) -I$(LIBFT_DIR)/include -Wall -Wextra -Werror LDFLAGS = -L$(LIBFT_DIR) -lft SRC_DIR = src -- cgit