pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Let sysutils/atuin build on smaller hosts



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Thu Aug 27 17:04:55 2026 +0100
Changeset:	ad963cd3a808662255f1e3d6a1b4c80a9d8910dc

Modified Files:
	atuin/Makefile

Log Message:
Let sysutils/atuin build on smaller hosts

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad963cd3a808662255f1e3d6a1b4c80a9d8910dc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 atuin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/atuin/Makefile b/atuin/Makefile
index 1fe00731c9..3dd464d81d 100644
--- a/atuin/Makefile
+++ b/atuin/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Magical shell history (client and server)
 LICENSE=	mit
 
 WRKSRC=	${WRKDIR}/${DISTNAME}
+MAKE_ENV+= CARGO_PROFILE_RELEASE_CODEGEN_UNITS=16
+MAKE_ENV+= CARGO_PROFILE_RELEASE_LTO=thin
 
 USE_LANGUAGES=	c
 USE_TOOLS+=	pkg-config


Home | Main Index | Thread Index | Old Index