Thu Dec 27 15:15:22 2018 UTC ()
Disable single compilation unit by default, it will dramatically
increase memory use during compilation for poor man's LTO.


(joerg)
diff -r1.17 -r1.18 pkgsrc/lang/qore/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/lang/qore/Makefile (expand / switch to context diff)
--- pkgsrc/lang/qore/Makefile 2018/06/08 18:38:29 1.17
+++ pkgsrc/lang/qore/Makefile 2018/12/27 15:15:22 1.18
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/06/08 18:38:29 nros Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/27 15:15:22 joerg Exp $
 
 DISTNAME=	qore-0.8.13.5
 CATEGORIES=	lang
@@ -24,7 +24,7 @@
 REPLACE_QORE+=		bin/qget bin/rest bin/schema-reverse
 REPLACE_QORE+=		bin/sfrest bin/sqlutil doxygen/qdx
 
-CONFIGURE_ARGS+=--with-libsuffix=""
+CONFIGURE_ARGS+=--with-libsuffix="" --disable-single-compilation-unit
 
 #This is needed in order to comply the with MIT license and binary distribution
 #Install docs