Skip to content

Commit

Permalink
Remove <address-model>32 from Serialization requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 10, 2024
1 parent b9e8d2d commit 29571b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,9 @@ local with-serialization =
$(warnings-as-errors-off)
<undefined-sanitizer>norecover:<link>static
$(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 ;
Expand Down

0 comments on commit 29571b3

Please sign in to comment.