1
0
Fork 0

Revert "Remove questionable gcc flags from profile-build"

This reverts commit 0371a8f8c4.
pull/1169/merge
Joona Kiiski 2017-07-13 16:36:27 -07:00
parent 377d77dbe9
commit d31f068312
1 changed files with 1 additions and 1 deletions

View File

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