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

Commit d028ee75 authored by Chris Craik's avatar Chris Craik Committed by The Android Automerger
Browse files

Revert "Remove -ffast-math from libhwui makefile"

This reverts commit e02ec7c3.

Change-Id: Iea7fadf04c4ffa62be28f783342ae749f89bf931
parent 76cb25b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ endif
# Defaults for ATRACE_TAG and LOG_TAG for libhwui
LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\"
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wunreachable-code
LOCAL_CFLAGS += -O3
LOCAL_CFLAGS += -ffast-math -O3

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