Commit 9c7f2d08 by Nicolas Capens

Fix makefile typo.

Change-Id: I4f610396af2d31792d9b9e452abd8ac597eb1aee Reviewed-on: https://swiftshader-review.googlesource.com/4011Reviewed-by: 's avatarGreg Hartman <ghartman@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 3e1fd3a7
...@@ -69,7 +69,7 @@ LOCAL_MODULE := swiftshader_compiler_release ...@@ -69,7 +69,7 @@ LOCAL_MODULE := swiftshader_compiler_release
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(COMMON_SRC_FILES) LOCAL_SRC_FILES := $(COMMON_SRC_FILES)
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
$(COMMON_C_FLAGS) \ $(COMMON_CFLAGS) \
-ffunction-sections \ -ffunction-sections \
-fdata-sections \ -fdata-sections \
-DANGLE_DISABLE_TRACE -DANGLE_DISABLE_TRACE
...@@ -83,7 +83,7 @@ LOCAL_MODULE_TAGS := optional ...@@ -83,7 +83,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(COMMON_SRC_FILES) LOCAL_SRC_FILES := $(COMMON_SRC_FILES)
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
$(COMMON_C_FLAGS) \ $(COMMON_CFLAGS) \
-UNDEBUG \ -UNDEBUG \
-g \ -g \
-O0 -O0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment