From 4052ebcb815efe1d1d7d69f5e60a6d0688c5ba97 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 25 Nov 2022 13:48:53 -0800 Subject: [PATCH] Drop flag causing compatibilities issues on raspberry pi w/ gcc. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c21538d..85b5864 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ CFLAGS_MINIMIZE = \ -ffreestanding \ -fno-stack-protector \ -fomit-frame-pointer \ - -mno-stack-arg-probe \ -fno-ident -Wl,--build-id=none \ -ffunction-sections -fdata-sections \ -fmerge-all-constants