mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Remove <address-model>32 from Serialization requirement
This commit is contained in:
parent
b9e8d2d986
commit
29571b3750
@ -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 ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user