Skip to content

Commit

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

Expand Down

0 comments on commit 7f1554a

Please sign in to comment.