Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaz1401 committed Jul 2, 2023
1 parent b1dc694 commit b7154d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,7 @@ endif
DISABLE_PGO :=
ifeq ($(CONFIG_PGO), y)
KBUILD_CFLAGS += -fbranch-probabilities \
-ftracer -funroll-loops \
-fprofile-reorder-functions \
-fprofile-partial-training \
-fprofile-correction \
-funroll-loops \
-Wno-coverage-mismatch \
-Wno-error=coverage-mismatch
DISABLE_PGO += -fno-branch-probabilities
Expand Down

0 comments on commit b7154d4

Please sign in to comment.