projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb2ffa
)
Fix PGO build with GCC (#904)
author
theo77186
<theo77186@users.noreply.github.com>
Sun, 27 Nov 2016 13:43:52 +0000
(14:43 +0100)
committer
Marco Costalba
<mcostalba@users.noreply.github.com>
Sun, 27 Nov 2016 13:43:52 +0000
(14:43 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
823d98d
..
47b884a
100644
(file)
--- 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