From 398b58dd98ce08e941198787d596f3ae31316714 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 5 Nov 2018 12:18:58 +0100 Subject: [PATCH] - disable full debuginfo, it's too much for i686 builder --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index fc0b443..fb31435 100644 --- a/rust.spec +++ b/rust.spec @@ -5,7 +5,7 @@ # # Conditional build: %bcond_with bootstrap # bootstrap using precompiled binaries -%bcond_without full_debuginfo # full debuginfo vs only std debuginfo (full takes gigabytes of memory to build) +%bcond_with full_debuginfo # full debuginfo vs only std debuginfo (full takes gigabytes of memory to build) %bcond_without system_llvm # system LLVM %bcond_with tests # build without tests -- 2.44.0