[arch-commits] Commit in crystal/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Apr 18 16:08:35 UTC 2017


    Date: Tuesday, April 18, 2017 @ 16:08:34
  Author: foutrelis
Revision: 223739

upgpkg: crystal 0.21.1-1

LLVM 4.0 rebuild.

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 14:50:39 UTC (rev 223738)
+++ PKGBUILD	2017-04-18 16:08:34 UTC (rev 223739)
@@ -51,7 +51,10 @@
 build() {
   cd $pkgname-$pkgver
 
+  # We use --no-debug because it runs out of memory on i686 without it
+  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
   make release=1 \
+       FLAGS="--release --no-debug" \
        PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
        CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
        CRYSTAL_CONFIG_VERSION="$pkgver" \



More information about the arch-commits mailing list