mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 21:23:54 +00:00
Use link=static instead of visibility=global (which doesn't help)
This commit is contained in:
parent
3ab949d321
commit
b6b1498275
@ -363,10 +363,10 @@ run memory_resource_test.cpp ;
|
|||||||
run data_test.cpp ;
|
run data_test.cpp ;
|
||||||
run size_test.cpp ;
|
run size_test.cpp ;
|
||||||
|
|
||||||
run serialization_nvp_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<build>no ;
|
run serialization_nvp_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<link>static ;
|
||||||
run serialization_split_free_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<visibility>global ;
|
run serialization_split_free_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<link>static ;
|
||||||
run serialization_split_member_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<visibility>global ;
|
run serialization_split_member_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<link>static ;
|
||||||
run serialization_construct_data_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<visibility>global ;
|
run serialization_construct_data_test.cpp : : : <library>/boost//serialization/<warnings>off <undefined-sanitizer>norecover:<link>static ;
|
||||||
|
|
||||||
use-project /boost/core/swap : ./swap ;
|
use-project /boost/core/swap : ./swap ;
|
||||||
build-project ./swap ;
|
build-project ./swap ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user