diff options
| author | 2015-11-05 20:31:39 +0000 | |
|---|---|---|
| committer | 2015-11-05 20:31:39 +0000 | |
| commit | c06ccd77c129cdf198c64babdfd8d289aa8ff908 (patch) | |
| tree | 5505ca4bdb0287b2d0cdc2f8f2d71d151e080def /libs | |
| parent | 73d60ff36fbf656d022c2d4f35b8e9f2d25e795f (diff) | |
| parent | 17fc83cbde8ab1e92664d12a0fed306e9054ca55 (diff) | |
Merge "Revert "Remove -ffast-math from libhwui makefile"" into mnc-dr-dev am: 0cf48e9120
am: 17fc83cbde
* commit '17fc83cbde8ab1e92664d12a0fed306e9054ca55':
Revert "Remove -ffast-math from libhwui makefile"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/hwui/Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Android.common.mk b/libs/hwui/Android.common.mk index 94bb9814c10f..38e8be907720 100644 --- a/libs/hwui/Android.common.mk +++ b/libs/hwui/Android.common.mk @@ -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) |