aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-04-14 22:49:23 -0700
committerJason Evans <jasone@canonware.com>2014-04-14 22:49:23 -0700
commit644d414bc9ab52efbbf7ebeb350170106ec1f937 (patch)
tree128e29b64a20f223029176c5ae4fddc5fcf17f96 /INSTALL
parent24a4ba77e1e4c73488c6ac87db6db972232b392d (diff)
downloadjemalloc-644d414bc9ab52efbbf7ebeb350170106ec1f937.tar.gz
Reverse the cc-silence default.
Replace --enable-cc-silence with --disable-cc-silence, so that by default people won't see spurious warnings when building jemalloc.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 8530643..55c919a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -71,10 +71,10 @@ any of the following arguments (not a definitive list) to 'configure':
versions of jemalloc can coexist in the same installation directory. For
example, libjemalloc.so.0 becomes libjemalloc<suffix>.so.0.
---enable-cc-silence
- Enable code that silences non-useful compiler warnings. This is helpful
- when trying to tell serious warnings from those due to compiler
- limitations, but it potentially incurs a performance penalty.
+--disable-cc-silence
+ Disable code that silences non-useful compiler warnings. This is mainly
+ useful during development when auditing the set of warnings that are being
+ silenced.
--enable-debug
Enable assertions and validation code. This incurs a substantial