Skip to content

Commit 8129dcb

Browse files
committed
Adds recommended / default LTC complier optimizations
1 parent e7fd358 commit 8129dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlcipher/src/main/jni/libtomcrypt/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ src/src/ciphers/aes/aes_desc.c
528528
LOCAL_C_INCLUDES := $(LOCAL_PATH)/src/src/headers
529529
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/src/src/headers
530530

531-
LOCAL_CFLAGS := -DLTC_NO_ASM
531+
LOCAL_CFLAGS := -O3 -funroll-loops
532532
LOCAL_LDFLAGS += -Wl,-z,max-page-size=16384
533533

534-
include $(BUILD_STATIC_LIBRARY)
534+
include $(BUILD_STATIC_LIBRARY)

0 commit comments

Comments
 (0)