mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove PENDSV_DEBUG flag.
* PENDSV_DEBUG causes pc to be stacked at the wrong offset. * See https://github.com/micropython/micropython/issues/315#issuecomment-577692954
This commit is contained in:
parent
40e4ce8264
commit
2011ac27a0
@ -65,7 +65,7 @@ OMV_QSTR_DEFS = $(TOP_DIR)/$(OMV_DIR)/py/qstrdefsomv.h
|
||||
|
||||
# Debugging/Optimization
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -O0 -ggdb3 -DPENDSV_DEBUG
|
||||
CFLAGS += -O0 -ggdb3
|
||||
else
|
||||
CFLAGS += -O2 -ggdb3 -DNDEBUG
|
||||
endif
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit ae03729e757a970a1fb218a4718e08b463db744c
|
||||
Subproject commit e7b4d805871fc033511e22ece692870e5311e20d
|
||||
Loading…
Reference in New Issue
Block a user