summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 868f193..b7f164e 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -354,7 +354,7 @@ CONTENTS
`--enable-build-mode=debug'; to compile with optimizations
(the default for supported public releases),
say `--enable-build-mode=production'. For a 'clean slate' configuration
- with optimization disabled and nothing turned on,
+ with optimization disabled and nothing turned on,
say `--enable-build-mode=clean'. On some systems the
library can also be compiled for profiling with gprof by saying
`--enable-profiling'.
@@ -362,7 +362,7 @@ CONTENTS
$ ./configure --enable-build-mode=debug #symbolic debugging
$ ./configure --enable-build-mode=production #optimized code
$ ./configure --enable-build-mode=clean #'clean slate'
- $ ./configure --enable-production=profile #for use with gprof
+ $ ./configure --enable-profiling #for use with gprof
Regardless of whether support for symbolic debugging is enabled,
the library can also perform runtime debugging of certain packages