1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Fix PGO build with GCC (#904)

This commit is contained in:
theo77186 2016-11-27 14:43:52 +01:00 committed by Marco Costalba
parent fbb2ffacfd
commit 7a3844e6ef

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