mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Do not mark malloc_conf as weak on Windows.
This works around malloc_conf not being properly initialized by at least the cygwin toolchain. Prior build system changes to use -Wl,--[no-]whole-archive may be necessary for malloc_conf resolution to work properly as a non-weak symbol (not tested).
This commit is contained in:
parent
35799a5030
commit
e46f8f97bc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/* Runtime configuration options. */
|
/* Runtime configuration options. */
|
||||||
const char *je_malloc_conf
|
const char *je_malloc_conf
|
||||||
#ifndef JEMALLOC_JET
|
#ifndef _WIN32
|
||||||
JEMALLOC_ATTR(weak)
|
JEMALLOC_ATTR(weak)
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue