]> git.pld-linux.org Git - packages/rust.git/commitdiff
- disable full debuginfo, it's too much for i686 builder auto/th/rust-1.30.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 5 Nov 2018 11:18:58 +0000 (12:18 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 5 Nov 2018 11:18:58 +0000 (12:18 +0100)
rust.spec

index fc0b44397c0678655c55ed2d3bebc1e04347dd23..fb31435b302051b3c38249ee37e7ef4746cad467 100644 (file)
--- 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
 
This page took 0.035051 seconds and 4 git commands to generate.