Skip to content

Commit 82eacfe

Browse files
committed
attempting workaround for macos 14 linker crash bug
1 parent 5f90bd5 commit 82eacfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ run diagnostics_test4.cpp ;
7171
run diagnostics_test5.cpp ;
7272
run e_errno_test.cpp ;
7373
run e_LastError_test.cpp : : : <target-os>windows:<define>BOOST_LEAF_CFG_WIN32=1 ;
74-
run error_code_test.cpp ;
75-
run error_id_test.cpp ;
74+
run error_code_test.cpp : : : <toolset>darwin:<linkflags>"-Wl,-no_dead_strip" ; # workaround for macos-14 linker bugrun error_id_test.cpp ;
7675
run exception_test.cpp ;
7776
run exception_to_result_test.cpp ;
7877
run function_traits_test.cpp ;

0 commit comments

Comments
 (0)