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

Commit 289c3ba2 authored by Chris Craik's avatar Chris Craik Committed by android-build-merger
Browse files

Merge "Remove -ffast-math from libhwui makefile" into mnc-dr-dev am: c4aaf0f4 am: 62b16e2e

am: 1938c39f

* commit '1938c39f':
  Remove -ffast-math from libhwui makefile
parents 6df89393 1938c39f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -119,7 +119,7 @@ endif
# Defaults for ATRACE_TAG and LOG_TAG for libhwui
# Defaults for ATRACE_TAG and LOG_TAG for libhwui
LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\"
LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\"
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wunreachable-code
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wunreachable-code
LOCAL_CFLAGS += -ffast-math -O3
LOCAL_CFLAGS += -O3


# b/21698669
# b/21698669
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)