Skip to content

Commit

Permalink
Revert "Makefile: Level -O3"
Browse files Browse the repository at this point in the history
This reverts commit 90dbd26.
  • Loading branch information
lyq1996 committed Oct 2, 2020
1 parent 86dcf9c commit d77ad23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
KBUILD_CFLAGS += -Os
else
ifdef CONFIG_PROFILE_ALL_BRANCHES
KBUILD_CFLAGS += -O3
KBUILD_CFLAGS += -O2
else
KBUILD_CFLAGS += -O3
KBUILD_CFLAGS += -O2
endif
endif

Expand Down

0 comments on commit d77ad23

Please sign in to comment.