Merge "Enable clang compilation."

This commit is contained in:
Chih-Hung Hsieh 2015-05-14 19:21:22 +00:00 committed by Gerrit Code Review
commit 2cc2544024
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libmincrypt
LOCAL_SRC_FILES := dsa_sig.c p256.c p256_ec.c p256_ecdsa.c rsa.c sha.c sha256.c
LOCAL_CFLAGS := -Wall -Werror
# Clang's slp-vectorize phase has segmentation fault when compiling p256_ec.c.
LOCAL_CLANG_CFLAGS += -fno-slp-vectorize
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)