From b4b6364c2fc4b14a0aaac406891c3880243a9733 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 23 Nov 2019 02:54:37 +0100 Subject: refactored mandatory functions, to respect c calling convention --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9eee32f..c30f961 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/22 02:56:22 by cacharle #+# #+# # -# Updated: 2019/11/23 00:27:22 by cacharle ### ########.fr # +# Updated: 2019/11/23 02:31:39 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -14,7 +14,7 @@ RM = rm -f LIB = ar rcs CC = gcc -CCFLAGS = -Wall -Wextra +CCFLAGS = -Wall -Wextra -fomit-frame-pointer NASM = nasm NASMFLAGS = -f macho64 -- cgit