Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46611
Collapse All | Expand All

(-)j2sdk/hotspot/build/linux/makefiles/gcc.make (-1 / +1 lines)
Lines 37-43 Link Here
37
CFLAGS += $(GCC_SAVE_TEMPS)
37
CFLAGS += $(GCC_SAVE_TEMPS)
38
38
39
# The flags to use for an Optimized g++ build
39
# The flags to use for an Optimized g++ build
40
OPT_CFLAGS += -O3 
40
OPT_CFLAGS += -O2 -march=athlon-xp  
41
# Hotspot uses very unstrict aliasing turn this optimization off
41
# Hotspot uses very unstrict aliasing turn this optimization off
42
OPT_CFLAGS += -fno-strict-aliasing
42
OPT_CFLAGS += -fno-strict-aliasing
43
43

Return to bug 46611