aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-23 02:54:37 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-23 02:54:37 +0100
commitb4b6364c2fc4b14a0aaac406891c3880243a9733 (patch)
treee204b7a7cefd18c764cfbf8adb7f1491b689352c /Makefile
parentc90117251f11e03452ae9808ff8626016c7958a1 (diff)
downloadlibasm-b4b6364c2fc4b14a0aaac406891c3880243a9733.tar.gz
libasm-b4b6364c2fc4b14a0aaac406891c3880243a9733.tar.bz2
libasm-b4b6364c2fc4b14a0aaac406891c3880243a9733.zip
refactored mandatory functions, to respect c calling convention
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9eee32f..c30f961 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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