mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
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.
This commit is contained in:
parent
cf6035e1ee
commit
0f63396b23
5 changed files with 6 additions and 41 deletions
5
INSTALL
5
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue