Update base64

This commit is contained in:
Alexey Milovidov 2020-01-12 17:39:20 +03:00
parent ffadcef514
commit 8b67083200
2 changed files with 1 additions and 3 deletions

2
contrib/base64 vendored

@ -1 +1 @@
Subproject commit 85b807ff7230adf117575fafc7c99cd7f2992818
Subproject commit 5257626d2be17a3eb23f79be17fe55ebba394ad2

View File

@ -8,8 +8,6 @@ if (ARCH_AMD64)
add_library(base64_avx2 OBJECT ${LIBRARY_DIR}/turbob64avx2.c)
endif ()
add_definitions(-DB64CHECK) # Enable full check of incorrect base64 input at decoding.
target_compile_options(base64_scalar PRIVATE -falign-loops)
if (ARCH_AMD64)