Merge pull request #629 from dhylands/fix-unix-debug
Fix unix DEBUG=1 builds
This commit is contained in:
commit
4de2fe10b4
@ -71,6 +71,10 @@ SRC_C = \
|
|||||||
modos.c \
|
modos.c \
|
||||||
$(SRC_MOD)
|
$(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)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
# Must be the last file in list of sources
|
# Must be the last file in list of sources
|
||||||
SRC_C += seg_helpers.c
|
SRC_C += seg_helpers.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user