Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1228/pathfinder

Modified Files:
      Tag: XQuery_0-24
        MonetDB-XQuery.spec.in 
Log Message:
For convenience of both developers and users as well as to comply even more
with open source standards, we now set/use the following defaults for the
configure options
     --enable-strict, --enable-assert, --enable-debug, --enable-optimize

(Unless specified differently, the same defaults are used for both the
 "Stable" release branches and the "Current" development trunk.)


When compiling from CVS sources
(as mainly done by developers):
        strict=yes  assert=yes  debug=yes  optimize=no (*)

When compiling from packaged/distributed sources (i.e., tarballs)
(as mainly done by users):
        strict=no   assert=no   debug=no   optimize=no (*)

For building binary distributions (RPMs, MSIs):
        strict=no   assert=no   debug=no   optimize=yes

With nightly testing for the "Stable" release branches:
        strict=yes  assert=no   debug=no   optimize=yes

With nightly testing for the "Current" development trunk:
        strict=yes  assert=yes  debug=no   optimize=yes


(*)
IMPORTANT NOTE:
Since "--enable-optimize=yes" is no longer the default for any case except
binary packages, it is *strongly recommended* to (re)compile everything from
scratch, *explicitly configured* with 
        "--enable-debug=no --enable-optimize=yes",
in case you want/need to run any performance experiments with MonetDB!


(Please note:
 "--enable-X=yes" is equivalent to "--enable-X", and
 "--enable-X=no"  is equivalent to "--disable-X".)


U MonetDB-XQuery.spec.in
Index: MonetDB-XQuery.spec.in
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/MonetDB-XQuery.spec.in,v
retrieving revision 1.52.2.1
retrieving revision 1.52.2.2
diff -u -d -r1.52.2.1 -r1.52.2.2
--- MonetDB-XQuery.spec.in      24 May 2008 17:16:22 -0000      1.52.2.1
+++ MonetDB-XQuery.spec.in      9 Jun 2008 21:24:33 -0000       1.52.2.2
@@ -79,8 +79,10 @@
 %build
 
 %configure \
+       --enable-strict=no \
        --enable-assert=no \
-       --enable-optimize \
+       --enable-debug=no \
+       --enable-optimize=yes \
        --enable-bits=%{bits} \
        %{?oid32:--enable-oid32} \
        %{?comp_cc:CC="%{comp_cc}"} \


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to