Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Makefile: Optimize for Kryo 385
Browse files Browse the repository at this point in the history
Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
0ctobot committed Jun 7, 2019
1 parent 9efd155 commit 7c440a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,10 @@ KBUILD_CFLAGS += -O2 $(call cc-disable-warning,maybe-uninitialized,)
else
ifeq ($(cc-name),clang)
KBUILD_CFLAGS += -O3
KBUILD_CFLAGS += -mcpu=cortex-a55 -mtune=cortex-a55
else
KBUILD_CFLAGS += -O2
KBUILD_CFLAGS += -mcpu=cortex-a75.cortex-a55 -mtune=cortex-a75.cortex-a55
endif
endif
endif
Expand Down

0 comments on commit 7c440a3

Please sign in to comment.