1
--- openjdk/hotspot/make/linux/makefiles/gcc.make~ 2007-11-29 12:38:22.578339247 +0100
2
+++ openjdk/hotspot/make/linux/makefiles/gcc.make 2007-11-29 12:42:28.742052571 +0100
4
CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@))
6
# The flags to use for an Optimized g++ build
8
+OPT_CFLAGS += -O3 -fno-stack-protector -U_FORTIFY_SOURCE
10
# Hotspot uses very unstrict aliasing turn this optimization off
11
OPT_CFLAGS += -fno-strict-aliasing