mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Revert "Remove questionable gcc flags from profile-build"
This reverts commit 0371a8f8c4
.
This commit is contained in:
parent
377d77dbe9
commit
d31f068312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue