1
0
Fork 0

Fix PGO build with GCC (#904)

pull/907/head
theo77186 2016-11-27 14:43:52 +01:00 committed by Marco Costalba
parent fbb2ffacfd
commit 7a3844e6ef
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ clang-profile-use:
gcc-profile-make:
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) \
EXTRACXXFLAGS='-fprofile-generate'\
EXTRACXXFLAGS='-fprofile-generate' \
EXTRALDFLAGS='-lgcov' \
all