mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Replaced DNDEBUG macro to _DEBUG macro.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Learner
|
||||
file_worker_thread.join();
|
||||
output_file_stream.close();
|
||||
|
||||
#if !defined(DNDEBUG)
|
||||
#if defined(_DEBUG)
|
||||
{
|
||||
// All buffers should be empty since file_worker_thread
|
||||
// should have written everything before exiting.
|
||||
|
||||
Reference in New Issue
Block a user