Skip to content

Commit

Permalink
Revert "Remove questionable gcc flags from profile-build"
Browse files Browse the repository at this point in the history
This reverts commit 0371a8f.
  • Loading branch information
zamar committed Jul 13, 2017
1 parent 377d77d commit d31f068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit d31f068

Please sign in to comment.