Skip to content

Commit

Permalink
Makefile: Level -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyq1996 committed Oct 19, 2020
1 parent 9b4f62f commit 48748da
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 += -O2
KBUILD_CFLAGS += -O3
else
KBUILD_CFLAGS += -O2
KBUILD_CFLAGS += -O3
endif
endif

Expand Down

0 comments on commit 48748da

Please sign in to comment.