Merge "Set go-faster arguments" into mnc-dev

This commit is contained in:
John Reck
2015-07-01 23:52:17 +00:00
committed by Android (Google) Code Review

View File

@@ -119,6 +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
# b/21698669
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)