mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
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:
parent
c8e5384c3a
commit
0371a8f8c4
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ gcc-profile-make:
|
||||||
|
|
||||||
gcc-profile-use:
|
gcc-profile-use:
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
|
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
|
||||||
EXTRACXXFLAGS='-fprofile-use -fno-peel-loops -fno-tracer' \
|
EXTRACXXFLAGS='-fprofile-use' \
|
||||||
EXTRALDFLAGS='-lgcov' \
|
EXTRALDFLAGS='-lgcov' \
|
||||||
all
|
all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue