mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-11 10:10:54 +03:00
Remove --disable-tls.
This option is no longer useful, because TLS is correctly configured automatically on all supported platforms. This partially resolves #580.
This commit is contained in:
parent
ae248a2160
commit
b2a8453a3f
6 changed files with 4 additions and 43 deletions
|
|
@ -712,7 +712,6 @@ stats_general_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
|||
CONFIG_WRITE_BOOL_JSON(prof_libgcc, ",")
|
||||
CONFIG_WRITE_BOOL_JSON(prof_libunwind, ",")
|
||||
CONFIG_WRITE_BOOL_JSON(stats, ",")
|
||||
CONFIG_WRITE_BOOL_JSON(tls, ",")
|
||||
CONFIG_WRITE_BOOL_JSON(utrace, ",")
|
||||
CONFIG_WRITE_BOOL_JSON(xmalloc, "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue