summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-21 17:39:56 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-21 18:21:49 +0200
commitf62c8ecdfce2ac32f82275d27218c1cdb65a6de6 (patch)
treea3eeaf127819d0118c62f6135e8d306e926118b6 /icu
parentedda1f9a34e23c0087e1d4f7cf21f60fbd76f070 (diff)
Use -fno-omit-frame-pointer for Android (no idea if essential)
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 20fcb1039928..595ed2028354 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -112,6 +112,8 @@ icu_CFLAGS+=-DUCONFIG_NO_FILE_IO
.IF "$(OS)"=="ANDROID"
# Problems with uint64_t on Android unless disabling strictness
DISABLE_STRICT=--disable-strict
+icu_CFLAGS+=-fno-omit-frame-pointer
+icu_CXXFLAGS+=-fno-omit-frame-pointer
.ENDIF
.IF "$(OS)"=="IOS" || "$(OS)"=="ANDROID"