This commit is contained in:
Joost VandeVondele
2020-09-07 08:08:43 +02:00
committed by nodchip
parent edbbc1a4df
commit e9e52faae7

View File

@@ -908,7 +908,7 @@ profile-learn: config-sanity objclean profileclean
@echo "Step 1/4. Building instrumented executable ..."
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make) \
LEARNCXXFLAGS=' -DEVAL_LEARN -DEVAL_NNUE -DENABLE_TEST_CMD -DUSE_BLAS $(BLASCXXFLAGS) -fopenmp ' \
LEARNLDFLAGS=' $(BLASLDLAGS) -fopenmp '
LEARNLDFLAGS=' $(BLASLDFLAGS) -fopenmp '
@echo ""
@echo "Step 2/4. Running benchmark for pgo-build ..."
$(PGOGENSFEN)