freemyipod r971 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r970‎ | r971 | r972 >
Date:23:00, 23 August 2015
Author:user890104
Status:new
Tags:
Comment:
umsboot: Fix TYPE=release build, thanks to TheSeven
Modified paths:
  • /umsboot/Makefile (modified) (history)

Diff [purge]

Index: umsboot/Makefile
@@ -18,7 +18,7 @@
1919 CFLAGS_GENERAL := -c -ffunction-sections -fdata-sections -fmessage-length=0 -Wall $(CFLAGS_GENERAL)
2020 CFLAGS_ASM := -x assembler-with-cpp $(CFLAGS_ASM)
2121 CFLAGS_debug := -O0 -g3 -gdwarf-2 $(CFLAGS_DEBUG)
22 -CFLAGS_release := $(FLTO) -Os -fno-pie -fno-stack-protector -fomit-frame-pointer $(CFLAGS_RELEASE)
 22+CFLAGS_release := $(FLTO) -ffat-lto-objects -Os -fno-pie -fno-stack-protector -fomit-frame-pointer $(CFLAGS_RELEASE)
2323 LDFLAGS_GENERAL := -nostdlib --gc-sections $(LDFLAGS_GENERAL)
2424 LDFLAGS_debug := -O0 $(LDFLAGS_DEBUG)
2525 LDFLAGS_release := $(FLTO) -Os $(LDFLAGS_RELEASE)