Merge pull request #1552 from Kijewski/fixup-1415

x86: disable `--gc-sections` for Travis' sake
dev/timer
Martine Lenders 9 years ago
commit a8e5fdb10b

@ -65,8 +65,3 @@ all:
all-debug: export CFLAGS += -ggdb3 -O0
all-debug: all
ifeq (, $(filter all-debug, $(MAKECMDGOALS)))
CFLAGS += -Os -ffunction-sections -fdata-sections
LINKFLAGS += -Wl,--gc-sections
endif

Loading…
Cancel
Save