Revert "Fix DEBUG=1 builds"
This reverts commit 6e76f7bc90
.
This patch tries to workaround a previous clang workaround. Instead of going
into workaround of workaround spiral, the original workaround should be tamed.
This commit is contained in:
parent
ae13758dd7
commit
168a9ce863
|
@ -71,10 +71,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue