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