Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
AndroidIA: enable O3 for Mesa compilation.
Browse files Browse the repository at this point in the history
Improves performance of graphics tests significantly.

Signed-off-by: Yogesh Marathe <yogesh.marathe@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
  • Loading branch information
yogesh-marathe authored and stephan-gh committed May 10, 2019
1 parent a17ac46 commit 9da1461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Android.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9da1461

Please sign in to comment.