From a864b243477d27d05b0f9f96e1752b2a74aa64a8 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 28 May 2022 12:17:14 -0700 Subject: [PATCH] Dropping excessive size minimization flag for better compat. This was causing things not to build on RPI4 running buster. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0c02f1d..80ae068 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,6 @@ CFLAGS_MINIMIZE = \ -DUEFORTH_MINIMAL \ -fno-exceptions \ -ffreestanding \ - -fno-stack-check \ - -fno-stack-protector \ -fno-stack-protector \ -fomit-frame-pointer \ -mno-stack-arg-probe \