diff options
| author | 2015-11-04 19:33:11 +0000 | |
|---|---|---|
| committer | 2015-11-04 19:33:11 +0000 | |
| commit | 1938c39f77a52c1058e7b2434bdc5d08ed9053b9 (patch) | |
| tree | 530a0b0d52e4de1b6d5f7dea03dfcfe8aa963da0 /libs | |
| parent | c5b905f50069233c2769352a0614605b3ad348f8 (diff) | |
| parent | 62b16e2e10e488eb69ae0d11d43c7693ad809ec2 (diff) | |
Merge "Remove -ffast-math from libhwui makefile" into mnc-dr-dev am: c4aaf0f4b8
am: 62b16e2e10
* commit '62b16e2e10e488eb69ae0d11d43c7693ad809ec2':
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 38e8be907720..94bb9814c10f 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 += -ffast-math -O3 +LOCAL_CFLAGS += -O3 # b/21698669 ifneq ($(USE_CLANG_PLATFORM_BUILD),true) |