Kaydet (Commit) 022f7f0c authored tarafından Caolán McNamara's avatar Caolán McNamara

can use -O2 without -fstrict-aliasing for icu

Change-Id: I9841adb2e17e11c32823ac9e438bae824d30599e
üst 27d8c527
......@@ -87,6 +87,9 @@ CC:=gcc $(EXTRA_CFLAGS)
.IF "$(debug)" != ""
icu_CFLAGS+=-g $(ARCH_FLAGS)
icu_CXXFLAGS+=-g $(ARCH_FLAGS)
.ELIF "$(COM)"=="GCC"
icu_CFLAGS+=-O2 -fnostrict-aliasing $(ARCH_FLAGS)
icu_CXXFLAGS+=-O2 -fno-fstrict-aliasing $(ARCH_FLAGS)
.ELSE
icu_CFLAGS+=-O $(ARCH_FLAGS)
icu_CXXFLAGS+=-O $(ARCH_FLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment