Maze works at -O2 with -fpeel-loops

This commit is contained in:
Toby Jaffey 2025-12-11 01:33:04 +00:00
parent a55300c8c3
commit 8802b4c268
2 changed files with 5 additions and 4 deletions

View file

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