mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-22 20:05:05 +02:00
Rename Core to Classic
Squased commits from rustyloy and others and fixed merge conflicts.
This commit is contained in:
@@ -119,7 +119,7 @@ that run in -regtest mode.
|
||||
|
||||
**DEBUG_LOCKORDER**
|
||||
|
||||
Bitcoin Core is a multithreaded application, and deadlocks or other multithreading bugs
|
||||
Bitcoin Classic is a multithreaded application, and deadlocks or other multithreading bugs
|
||||
can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure
|
||||
CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of which locks
|
||||
are held, and adds warnings to the debug.log file if inconsistencies are detected.
|
||||
|
||||
Reference in New Issue
Block a user