Remove questionable gcc flags from profile-build

Optimization options for official stockfish should be
consistent, easy, future proof and simple.

We don't want to optimize for any specific version of gcc

No functional change

Closes #1165
This commit is contained in:
Joona Kiiski
2017-07-08 14:19:03 -07:00
parent c8e5384c3a
commit 0371a8f8c4

View File

@@ -536,7 +536,7 @@ gcc-profile-make:
gcc-profile-use:
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
EXTRACXXFLAGS='-fprofile-use -fno-peel-loops -fno-tracer' \
EXTRACXXFLAGS='-fprofile-use' \
EXTRALDFLAGS='-lgcov' \
all