Skip to content

Commit c6d45c6

Browse files
lucasartzamar
authored andcommitted
Profile Build with Hash=16
16MB for 1" searches is more comensurate with the average use case. And 16 is the default used by stockfish bench, so it makes sense to be consistent, if only to have the same minimum memory requirement for using SF and compiling it with PGO. No functional change. Resolves #109
1 parent d709a5f commit c6d45c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif
3535
BINDIR = $(PREFIX)/bin
3636

3737
### Built-in benchmark for pgo-builds
38-
PGOBENCH = ./$(EXE) bench 32 1 1 default time
38+
PGOBENCH = ./$(EXE) bench 16 1 1 default time
3939

4040
### Object files
4141
OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \

0 commit comments

Comments
 (0)