Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efd2489b authored by Ben Cheng's avatar Ben Cheng
Browse files

Insert directives to work around a CPU bug.

Bug: 3117632
Change-Id: I2fb58e7093984d18d2d2d21edf687206f4ddab31
parent 02800879
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -134,6 +134,11 @@ endif

TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden

# 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 := \
			-DNDEBUG \
			-g \