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:
Paul Sokolovsky 2014-05-28 15:28:30 +03:00
parent ae13758dd7
commit 168a9ce863
1 changed files with 0 additions and 4 deletions

View File

@ -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