From 0fecd7628ba488902aaad7efaa91f6dc1e076a92 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Makefile=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20LTO=20=E7=B1=BB=E5=9E=8B=E4=B8=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E7=9A=84=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kpm/Makefile b/kernel/kpm/Makefile index 38ce8fb8..e0a8ce1a 100644 --- a/kernel/kpm/Makefile +++ b/kernel/kpm/Makefile @@ -1,4 +1,4 @@ obj-y += kpm.o obj-y += compact.o -ccflags-y += -flto=thin -Wno-lto-type-mismatch \ No newline at end of file +ccflags-y += -flto=thin \ No newline at end of file