pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/qore
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 27 15:15:22 UTC 2018
Modified Files:
pkgsrc/lang/qore: Makefile
Log Message:
Disable single compilation unit by default, it will dramatically
increase memory use during compilation for poor man's LTO.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/qore/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/qore/Makefile
diff -u pkgsrc/lang/qore/Makefile:1.17 pkgsrc/lang/qore/Makefile:1.18
--- pkgsrc/lang/qore/Makefile:1.17 Fri Jun 8 18:38:29 2018
+++ pkgsrc/lang/qore/Makefile Thu Dec 27 15:15:22 2018
@@ -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/qdbg bin/qdbg-remote
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