mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Maze works at -O2 with -fpeel-loops
This commit is contained in:
parent
a55300c8c3
commit
8802b4c268
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue