Merge "Remove usused workaround."
This commit is contained in:
commit
3a398e265b
|
@ -133,10 +133,6 @@ endif
|
||||||
TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
|
TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
|
||||||
|
|
||||||
# More flags/options can be added here
|
# More flags/options can be added here
|
||||||
ifeq ($(NEED_WORKAROUND_CORTEX_A9_745320),true)
|
|
||||||
TARGET_GLOBAL_CFLAGS += -DWORKAROUND_CORTEX_A9_745320
|
|
||||||
endif
|
|
||||||
|
|
||||||
TARGET_RELEASE_CFLAGS := \
|
TARGET_RELEASE_CFLAGS := \
|
||||||
-DNDEBUG \
|
-DNDEBUG \
|
||||||
-g \
|
-g \
|
||||||
|
|
Loading…
Reference in New Issue