Use -fno-omit-frame-pointer for Android (no idea if essential)
This commit is contained in:
@@ -112,6 +112,8 @@ icu_CFLAGS+=-DUCONFIG_NO_FILE_IO
|
|||||||
.IF "$(OS)"=="ANDROID"
|
.IF "$(OS)"=="ANDROID"
|
||||||
# Problems with uint64_t on Android unless disabling strictness
|
# Problems with uint64_t on Android unless disabling strictness
|
||||||
DISABLE_STRICT=--disable-strict
|
DISABLE_STRICT=--disable-strict
|
||||||
|
icu_CFLAGS+=-fno-omit-frame-pointer
|
||||||
|
icu_CXXFLAGS+=-fno-omit-frame-pointer
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.IF "$(OS)"=="IOS" || "$(OS)"=="ANDROID"
|
.IF "$(OS)"=="IOS" || "$(OS)"=="ANDROID"
|
||||||
|
Reference in New Issue
Block a user