Skip to content

Commit c338863

Browse files
committed
base-hash: Always enable mcs
1 parent b2105c6 commit c338863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdline.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct CommandLineOptions {
6262
int end_bonus { 10 };
6363

6464
// Search parameters
65-
bool mcs { false };
65+
bool mcs { true };
6666
float f { 0.0002 };
6767
float dropoff_threshold { 0.5 };
6868
int max_tries { 20 };

0 commit comments

Comments
 (0)