diff options
author | Jason Evans <jasone@canonware.com> | 2017-04-24 18:47:10 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-04-24 22:02:45 (GMT) |
commit | 0f63396b2317dd1a456008819fbedecc372abf13 (patch) | |
tree | e83704d594e6ce49d47d4512aad524d4667066fb /INSTALL | |
parent | cf6035e1ee60dd9245b119aadb2ccec592dde27d (diff) | |
download | jemalloc-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-- | INSTALL | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |