Skip to content

Commit

Permalink
Merge pull request #626 from AntelopeIO/disable_boosttestSEGV_libtester
Browse files Browse the repository at this point in the history
[1.0] add `BOOST_TEST_DEFAULTS_TO_CORE_DUMP` to libtester users
  • Loading branch information
spoonincode authored Aug 23, 2024
2 parents 68de44f + 95c77af commit f0edfa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeModules/EosioTester.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ else ( APPLE )
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_CXX_FLAGS} -Wall")
endif ( APPLE )

add_compile_definitions(BOOST_TEST_DEFAULTS_TO_CORE_DUMP)
add_compile_definitions(BOOST_UNORDERED_DISABLE_NEON)

set( Boost_USE_MULTITHREADED ON )
Expand Down
1 change: 1 addition & 0 deletions CMakeModules/EosioTesterBuild.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ else ( APPLE )
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_CXX_FLAGS} -Wall")
endif ( APPLE )

add_compile_definitions(BOOST_TEST_DEFAULTS_TO_CORE_DUMP)
add_compile_definitions(BOOST_UNORDERED_DISABLE_NEON)

set( Boost_USE_MULTITHREADED ON )
Expand Down

0 comments on commit f0edfa9

Please sign in to comment.