mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Revert "Fix profile build for gcc on Mac OSX"
Seems to be a performance regression for standard build. For SF6 people compiling on Mac OSX using profile-build option just need to make necessary adjustments manually... No functional change Resolves #223
This commit is contained in:
@@ -447,7 +447,7 @@ gcc-profile-prepare:
|
||||
|
||||
gcc-profile-make:
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
|
||||
EXTRACXXFLAGS='-fprofile-generate' \
|
||||
EXTRACXXFLAGS='-fprofile-arcs' \
|
||||
EXTRALDFLAGS='-lgcov' \
|
||||
all
|
||||
|
||||
@@ -456,7 +456,7 @@ gcc-profile-use:
|
||||
# "internal compiler error" for gcc versions 4.7.x
|
||||
@rm -f ucioption.gc*
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
|
||||
EXTRACXXFLAGS='-fprofile-use' \
|
||||
EXTRACXXFLAGS='-fbranch-probabilities' \
|
||||
EXTRALDFLAGS='-lgcov' \
|
||||
all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user