From: Nicolas Capens Date: Thu, 24 Sep 2015 07:44:03 +0000 (-0400) Subject: Fix makefile typo. X-Git-Tag: android-x86-7.1-r1~843 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9c7f2d089c262d10698b503d50a8e6744aa80bc5;p=android-x86%2Fexternal-swiftshader.git Fix makefile typo. Change-Id: I4f610396af2d31792d9b9e452abd8ac597eb1aee Reviewed-on: https://swiftshader-review.googlesource.com/4011 Reviewed-by: Greg Hartman Tested-by: Greg Hartman Reviewed-by: Nicolas Capens --- diff --git a/src/OpenGL/compiler/Android.mk b/src/OpenGL/compiler/Android.mk index 87a56d394..aeac3e6f2 100644 --- a/src/OpenGL/compiler/Android.mk +++ b/src/OpenGL/compiler/Android.mk @@ -69,7 +69,7 @@ LOCAL_MODULE := swiftshader_compiler_release LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(COMMON_SRC_FILES) LOCAL_CFLAGS += \ - $(COMMON_C_FLAGS) \ + $(COMMON_CFLAGS) \ -ffunction-sections \ -fdata-sections \ -DANGLE_DISABLE_TRACE @@ -83,7 +83,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(COMMON_SRC_FILES) LOCAL_CFLAGS += \ - $(COMMON_C_FLAGS) \ + $(COMMON_CFLAGS) \ -UNDEBUG \ -g \ -O0