git: 08500e7d1cff - main - x11/kitty: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:51:17 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=08500e7d1cff45467d5f3f77f41ca4755f3d5456 commit 08500e7d1cff45467d5f3f77f41ca4755f3d5456 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-07 20:14:26 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 14:51:08 +0000 x11/kitty: enable LTO on powerpc64 Works fine on 13.2-RELEASE. --- x11/kitty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index a90e322644ac..4a3fa89bba3d 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -82,7 +82,7 @@ DOCS_MAKE_ENV= BUILD_DOCS=yes CFLAGS+= -Wno-error=invalid-utf8 -Winvalid-utf8 .endif -.if ${ARCH} == powerpc64 || ${ARCH:Mriscv64*} +.if ${ARCH:Mriscv64*} MAKE_ENV+= KITTY_NO_LTO=1 .endif