From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1694801-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D40141581F3
	for <garchives@archives.gentoo.org>; Thu, 28 Nov 2024 10:44:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 756E1E0930;
	Thu, 28 Nov 2024 10:44:50 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A9F09E0930
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 10:44:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6D57633BE26
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 10:44:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CD72A16DA
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 10:44:46 +0000 (UTC)
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" <cyber+gentoo@sysrq.in>
Message-ID: <1732790671.3ea657b97867275c824987876c95dc53eb0ce4fe.cybertailor@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: eclass/crystal-utils.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: cybertailor
X-VCS-Committer-Name: Anna Vyalkova
X-VCS-Revision: 3ea657b97867275c824987876c95dc53eb0ce4fe
X-VCS-Branch: dev
Date: Thu, 28 Nov 2024 10:44:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c926c53f-79e9-4d91-8609-2bd08aa7f10a
X-Archives-Hash: a8e83d908b1517662aaab85cbc11ffaa

commit:     3ea657b97867275c824987876c95dc53eb0ce4fe
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 28 09:26:28 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 28 10:44:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ea657b9

crystal-utils.eclass: enable full error trace

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 eclass/crystal-utils.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/crystal-utils.eclass b/eclass/crystal-utils.eclass
index 57325a993..fa57f3b80 100644
--- a/eclass/crystal-utils.eclass
+++ b/eclass/crystal-utils.eclass
@@ -96,6 +96,7 @@ crystal_configure() {
 
 	local args=(
 		--link-flags="\"${LDFLAGS}\""
+		--error-trace
 		--release
 		--progress
 		$(_crystal_get_debug_opt)