mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Merge pull request #629 from dhylands/fix-unix-debug
Fix unix DEBUG=1 builds
This commit is contained in:
@@ -71,6 +71,10 @@ SRC_C = \
|
||||
modos.c \
|
||||
$(SRC_MOD)
|
||||
|
||||
# Without -fomit-frame-pointer, DEBUG builds fail since the code tries
|
||||
# to manipulate the frame pointer register
|
||||
$(BUILD)/gccollect.o: CFLAGS += -fomit-frame-pointer
|
||||
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
# Must be the last file in list of sources
|
||||
SRC_C += seg_helpers.c
|
||||
|
||||
Reference in New Issue
Block a user