Remove -fpeel-loops, now that real issue has been fixed.

This commit is contained in:
Toby Jaffey 2025-12-14 09:50:14 +00:00
parent 044d600b86
commit a635846e69

View file

@ -2,7 +2,6 @@ TOPDIR=../..
PROJECT:=$(shell basename ${PWD}) PROJECT:=$(shell basename ${PWD})
SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S
OPT=-O2 OPT=-O2
CFLAGS+=-fpeel-loops
all: all_common all: all_common
test: test_common test: test_common
clean: clean_common clean: clean_common