From 0162997df4ae7769bd4fc055b2c03b473846d1f5 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Mon, 8 Aug 2022 19:50:11 +0200 Subject: higher half --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9c8111..7bfb97b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJCOPY = $(ARCH)objdump CFLAGS = -Wall -Werror -Wno-error=infinite-recursion -O -fno-omit-frame-pointer # -mgeneral-regs-only disables SIMD instructions -CFLAGS += -MD -O3 -mgeneral-regs-only +CFLAGS += -MD -O3 -mgeneral-regs-only -mcmodel=large CFLAGS += -ffreestanding -fno-common -nostdlib CFLAGS += $(shell $(CC) -fno-stack-protector -E -x c /dev/null >/dev/null 2>&1 && echo -fno-stack-protector) CFLAGS += -fno-pie -no-pie -fno-pic -- cgit v1.2.3