From: theo77186 Date: Sun, 27 Nov 2016 13:43:52 +0000 (+0100) Subject: Fix PGO build with GCC (#904) X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7a3844e6eff9535427485f138886082282beb2c7 Fix PGO build with GCC (#904) --- diff --git a/src/Makefile b/src/Makefile index 823d98d2..47b884a0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -523,7 +523,7 @@ clang-profile-use: gcc-profile-make: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) \ - EXTRACXXFLAGS='-fprofile-generate'\ + EXTRACXXFLAGS='-fprofile-generate' \ EXTRALDFLAGS='-lgcov' \ all