From a3e5bb1fd21b0dbbda3de7954ee6e1448bce6efb Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 25 Mar 2024 21:51:13 +0300 Subject: [PATCH] New laptop --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index 42b4405..8aa4f70 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -2,7 +2,7 @@ # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. -COMMON_FLAGS="-march=bdver4 -mtune=native -O2 -pipe" +COMMON_FLAGS="-march=alderlake -mtune=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS} -mno-rdrnd" FCFLAGS="${COMMON_FLAGS}"