mirror of
https://github.com/boostorg/core.git
synced 2025-08-01 05:44:35 +02:00
Remove <address-model>32 from Serialization requirement
This commit is contained in:
@@ -437,7 +437,9 @@ local with-serialization =
|
|||||||
$(warnings-as-errors-off)
|
$(warnings-as-errors-off)
|
||||||
<undefined-sanitizer>norecover:<link>static
|
<undefined-sanitizer>norecover:<link>static
|
||||||
$(CPP11)
|
$(CPP11)
|
||||||
<toolset>gcc,<target-os>windows,<address-model>32:<build>no # Serialization no longer builds under classic MinGW
|
# Serialization no longer builds under classic MinGW
|
||||||
|
# and <toolset>gcc,<target-os>windows,<address-model>32 fails for some reason
|
||||||
|
<toolset>gcc,<target-os>windows:<build>no
|
||||||
;
|
;
|
||||||
|
|
||||||
run serialization_nvp_test.cpp : : : $(with-serialization) <undefined-sanitizer>norecover:<build>no ;
|
run serialization_nvp_test.cpp : : : $(with-serialization) <undefined-sanitizer>norecover:<build>no ;
|
||||||
|
Reference in New Issue
Block a user