mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 18:39:59 +01:00
build: Temporarily disable compiling fuzz/utxo_snapshot.cpp with MSVC
Visual Studio 2022 version 17.12 introduced a bug that causes an internal compiler error. See: https://github.com/bitcoin/bitcoin/issues/31303.
This commit is contained in:
@@ -123,7 +123,10 @@ add_executable(fuzz
|
||||
tx_pool.cpp
|
||||
txorphan.cpp
|
||||
txrequest.cpp
|
||||
utxo_snapshot.cpp
|
||||
# Visual Studio 2022 version 17.12 introduced a bug
|
||||
# that causes an internal compiler error.
|
||||
# See: https://github.com/bitcoin/bitcoin/issues/31303
|
||||
$<$<VERSION_LESS:${MSVC_VERSION},1942>:utxo_snapshot.cpp>
|
||||
utxo_total_supply.cpp
|
||||
validation_load_mempool.cpp
|
||||
vecdeque.cpp
|
||||
|
||||
Reference in New Issue
Block a user