Skip to content

Commit 6dbca68

Browse files
restore standard definitions
1 parent 2f46356 commit 6dbca68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Source/definition.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ const std::string MinicVersion = "2.48";
5757
#define DEBUG_TOOL
5858
#endif
5959
#define WITH_TEST_SUITE
60-
#define WITH_PGN_PARSER
61-
#define WITH_MLP
60+
//#define WITH_PGN_PARSER
61+
//#define WITH_MLP
6262

6363
// *** Tuning
64-
#define WITH_TIMER
65-
#define WITH_SEARCH_TUNING
66-
#define WITH_TEXEL_TUNING
67-
#define WITH_PIECE_TUNING
64+
//#define WITH_TIMER
65+
//#define WITH_SEARCH_TUNING
66+
//#define WITH_TEXEL_TUNING
67+
//#define WITH_PIECE_TUNING
6868

6969
// *** Debug
7070
//#define DEBUG_HASH

0 commit comments

Comments
 (0)