X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=ce8421a47da231a0da7500b43a40e5885b1c48f4;hp=1f4ce735de719d8160eefbdd0639726395911731;hb=f4136c54348d06a581d38d43ca6b6f730b3eb258;hpb=1b62b47b6276a7eae1ea51d858c8d308ad34c675 diff --git a/src/Makefile b/src/Makefile index 1f4ce735..ce8421a4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -452,11 +452,8 @@ gcc-profile-make: all gcc-profile-use: -# Deleting corrupt ucioption.gc* profile files is necessary to avoid an -# "internal compiler error" for gcc versions 4.7.x - @rm -f ucioption.gc* $(MAKE) ARCH=$(ARCH) COMP=$(COMP) \ - EXTRACXXFLAGS='-fprofile-use' \ + EXTRACXXFLAGS='-fprofile-use -fno-peel-loops -fno-tracer' \ EXTRALDFLAGS='-lgcov' \ all