diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 21:56:32 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-11 21:56:32 +0000 |
commit | 5d74bdc72c90fd45b19e3b4f1d506467b53b88b7 (patch) | |
tree | 9734c33962972509b08ff19fa18987ba859e1d2f | |
parent | 8c9d1cc3ee73fc666712b81a55e29032d78727fe (diff) | |
download | mpfr-5d74bdc72c90fd45b19e3b4f1d506467b53b88b7.tar.gz |
Minor change.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3829 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | README.dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev index 8fff34906..784a49438 100644 --- a/README.dev +++ b/README.dev @@ -55,7 +55,7 @@ To make a release (for the MPFR team): $CFLAGS, with and without gmp internal files, with and without GMP built as a shared library, with and without srcdir equal to objdir (../mpfr/configure --srcdir=/users/spaces/pelissip/mpfr/), - with and without "--std=c99 -O3 -D_XOPEN_SOURCE=500", with and + 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). |