summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-04-24 18:47:10 (GMT)
committerJason Evans <jasone@canonware.com>2017-04-24 22:02:45 (GMT)
commit0f63396b2317dd1a456008819fbedecc372abf13 (patch)
treee83704d594e6ce49d47d4512aad524d4667066fb /INSTALL
parentcf6035e1ee60dd9245b119aadb2ccec592dde27d (diff)
downloadjemalloc-0f63396b2317dd1a456008819fbedecc372abf13.zip
jemalloc-0f63396b2317dd1a456008819fbedecc372abf13.tar.gz
jemalloc-0f63396b2317dd1a456008819fbedecc372abf13.tar.bz2
Remove --disable-cc-silence.
The explicit compiler warning suppression controlled by this option is universally desirable, so remove the ability to disable suppression. This partially resolves #580.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index d4ddba2..c14dd37 100644
--- a/INSTALL
+++ b/INSTALL
@@ -96,11 +96,6 @@ any of the following arguments (not a definitive list) to 'configure':
--with-malloc-conf=decay_time:30
---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
performance hit, but is very useful during application development.