am 2cc25440
: Merge "Enable clang compilation."
* commit '2cc2544024364ec532a6d49131cb842fe9b559ae': Enable clang compilation.
This commit is contained in:
commit
6046f4180d
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue