Dropping excessive size minimization flag for better compat.

This was causing things not to build on RPI4 running buster.
This commit is contained in:
Brad Nelson
2022-05-28 12:17:14 -07:00
parent 9d33c431d3
commit a864b24347

View File

@ -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 \