summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>1999-06-25 12:30:43 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>1999-06-25 12:30:43 +0000
commit651595a8c5a18f9616b09bcb311ab972239253bb (patch)
tree98750874f388dd1e6391a3d8cb0e24a0c8b15e05 /Configure
parentdcf7ebc15430aaa6feecc81cf3a875a2c626d361 (diff)
downloadmpfr-651595a8c5a18f9616b09bcb311ab972239253bb.tar.gz
J'avais oublie -g...
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@181 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index f00bc8167..cf4d760d8 100755
--- a/Configure
+++ b/Configure
@@ -140,7 +140,7 @@ case "$ans" in
esac
special=$ans
-if test -z "$cflags"; then cflags="-ansi -Wall -pedantic"; fi;
+if test -z "$cflags"; then cflags="-ansi -Wall -pedantic -g"; fi;
echo
echo $n "What supplementary (optimization/debugging) flags are you willing to use [$cflags] ? $c"