-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: emb-8u6
-
Component/s: javafx
Investigate ARM v7 builds Link time optimization.
ifeq ($(USE_LTO), true)
OPT_CFLAGS/SPEED =
OPT_CFLAGS/SIZE =
CFLAGS += -O3 -flto
LFLAGS += -O3 -flto -fwhole-program
endif
ifeq ($(USE_LTO), true)
OPT_CFLAGS/SPEED =
OPT_CFLAGS/SIZE =
CFLAGS += -O3 -flto
LFLAGS += -O3 -flto -fwhole-program
endif
- relates to
-
JDK-8097593 Investigate ARM builds with Thumb2 and ARMv7
-
- Resolved
-