diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-13 02:05:56 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-13 02:05:56 +0000 |
commit | c61fd918549dbc362f5bb2a87a2f40cad41c12c3 (patch) | |
tree | 9eea07157267b54c94371a7626b285410e7a1266 /README.dev | |
parent | 1344a3292778aecce4f2763c34bc0ecf6ef5b750 (diff) | |
download | mpfr-c61fd918549dbc362f5bb2a87a2f40cad41c12c3.tar.gz |
Updated "To make a release".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3843 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README.dev')
-rw-r--r-- | README.dev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.dev b/README.dev index 784a49438..c04471245 100644 --- a/README.dev +++ b/README.dev @@ -57,8 +57,8 @@ To make a release (for the MPFR team): objdir (../mpfr/configure --srcdir=/users/spaces/pelissip/mpfr/), with and without "-std=c99 -O3 -D_XOPEN_SOURCE=500", with and without "-ansi" (which allows to turn off features that are - incompatible with ISO C90), and in various locales (LC_ALL=tr_TR - in particular, if installed). + incompatible with ISO C90), with and without --enable-thread-safe + and in various locales (LC_ALL=tr_TR in particular, if installed). 7) If there is no problem, add a tag to the CVS corresponding to the release, e.g. mpfr-2-0-1-rel for mpfr 2.0.1 (note that the periods are replaced by dashes): cvs tag mpfr-2-0-1-rel |