mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
maze crashes at high optimisation level, when "maze" variable gets memset
This commit is contained in:
parent
23fc50c820
commit
e0eb6615c0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
TOPDIR=../../
|
TOPDIR=../../
|
||||||
PROJECT:=$(shell basename ${PWD})
|
PROJECT:=$(shell basename ${PWD})
|
||||||
SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S
|
SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S
|
||||||
|
OPT=-O0
|
||||||
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