X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=e5564eff0ef39ee9152a7840c008e56e2a6d71f0;hp=a7d749a4d44707696810d13247f1733a45006a5a;hb=4b0043ae7c92507d690eb4c4eb6249550d0891ff;hpb=4048bae47bf29f431b1c6c9629675ff6cffde28f diff --git a/src/Makefile b/src/Makefile index a7d749a4..e5564eff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,7 +32,7 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin ### Built-in benchmark for pgo-builds -PGOBENCH = ./$(EXE) bench 16 1 1000 default time +PGOBENCH = ./$(EXE) bench ### Object files OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \ @@ -309,7 +309,7 @@ endif ifeq ($(pext),yes) CXXFLAGS += -DUSE_PEXT ifeq ($(comp),$(filter $(comp),gcc clang mingw)) - CXXFLAGS += -mbmi -mbmi2 + CXXFLAGS += -mbmi2 endif endif