pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/qore Disable single compilation unit by default, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/997d96d27596
branches:  trunk
changeset: 317033:997d96d27596
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:15:22 2018 +0000

description:
Disable single compilation unit by default, it will dramatically
increase memory use during compilation for poor man's LTO.

diffstat:

 lang/qore/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8fef050103c -r 997d96d27596 lang/qore/Makefile
--- a/lang/qore/Makefile        Thu Dec 27 15:14:00 2018 +0000
+++ b/lang/qore/Makefile        Thu Dec 27 15:15:22 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index