Skip to content

Commit

Permalink
external/libwally-core: update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Jul 22, 2024
1 parent 873fbe7 commit 73881b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ endif()
if(SANITIZE_UNDEFINED)
set(LIBWALLY_CFLAGS "${LIBWALLY_CFLAGS} -fsanitize=undefined")
endif()
# USE_BASIC_CONFIG is for secp256k1
# _DEFAULT_SOURCE enables the BSD explicit_bzero function referenced by libwally.
set(LIBWALLY_CFLAGS "\
${LIBWALLY_CFLAGS} \
${MODIFIED_C_FLAGS} ${CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}} \
-DUSE_BASIC_CONFIG=1 \
-D_DEFAULT_SOURCE \
-fno-strict-aliasing \
")
Expand Down
2 changes: 1 addition & 1 deletion external/libwally-core
Submodule libwally-core updated 128 files

0 comments on commit 73881b0

Please sign in to comment.