mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Remove -fpeel-loops, now that real issue has been fixed.
This commit is contained in:
parent
044d600b86
commit
a635846e69
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue