mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user