From 2f6e4b9caf98ecd5025e6f2fd7dbfb15b515a358 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sun, 1 Sep 2024 05:04:01 +0000 Subject: bootstrap/rust-1.7x: Reduce debug information This still provides debug information, but prevents runaway memory usage which was causing 32-bit builders to fail. Closes: #1249 --- bootstrap/rust-1.78/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/rust-1.78/APKBUILD') diff --git a/bootstrap/rust-1.78/APKBUILD b/bootstrap/rust-1.78/APKBUILD index b22288f10..a35db178f 100644 --- a/bootstrap/rust-1.78/APKBUILD +++ b/bootstrap/rust-1.78/APKBUILD @@ -87,7 +87,7 @@ build() { optimize = true debug = false codegen-units = 1 - debuginfo-level = 2 + debuginfo-level = 1 debuginfo-level-rustc = 0 debuginfo-level-tests = 0 backtrace = true -- cgit v1.2.3-70-g09d2