From a635846e69d3db0a839550a6b5ebdfe5ff1a29e7 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 09:50:14 +0000 Subject: [PATCH] Remove -fpeel-loops, now that real issue has been fixed. --- apps/maze/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/maze/Makefile b/apps/maze/Makefile index cec001c..f822801 100644 --- a/apps/maze/Makefile +++ b/apps/maze/Makefile @@ -2,7 +2,6 @@ TOPDIR=../.. PROJECT:=$(shell basename ${PWD}) SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S OPT=-O2 -CFLAGS+=-fpeel-loops all: all_common test: test_common clean: clean_common