Kaydet (Commit) f62c8ecd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use -fno-omit-frame-pointer for Android (no idea if essential)

üst edda1f9a
......@@ -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"
......
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