OSDN Git Service

AndroidIA: enable O3 for Mesa compilation
authorYogesh Marathe <yogesh.marathe@intel.com>
Thu, 11 May 2017 10:18:44 +0000 (15:48 +0530)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 22 Dec 2018 18:17:04 +0000 (19:17 +0100)
Improves performance of graphics tests significantly.

Signed-off-by: Yogesh Marathe <yogesh.marathe@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Android.common.mk

index 1e489c4..3c9bd8c 100644 (file)
@@ -31,6 +31,7 @@ LOCAL_C_INCLUDES += \
 
 MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION)
 LOCAL_CFLAGS += \
+       -O3 \
        -Wno-error \
        -Wno-unused-parameter \
        -Wno-pointer-arith \