Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaz1401 committed Jun 30, 2023
1 parent f9ebe3d commit df20329
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,7 @@ endif
# Defaults to vmlinux, but the arch makefile usually adds further targets
all: vmlinux

ifeq ($(CONFIG_PGO_KERNEL),y)
CFLAGS_GCOV := -fprofile-generate
else
CFLAGS_GCOV := -fprofile-arcs
endif
CFLAGS_GCOV := -fprofile-arcs -fprofile-values -fvpt
CFLAGS_GCOV += -fkernel-pgo -ftest-coverage \
$(call cc-option,-fno-tree-loop-im) \
$(call cc-disable-warning,maybe-uninitialized,)
Expand Down

0 comments on commit df20329

Please sign in to comment.