summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
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"