mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-04 19:09:57 +03:00
Do not force lazy lock on Windows.
This reverts 13473c7c66, which was
intended to work around bootstrapping issues when linking statically.
However, this actually causes problems in various other configurations,
so this reversion may force a future fix for the underlying problem, if
it still exists.
This commit is contained in:
parent
7b24c6e557
commit
583c32c305
1 changed files with 0 additions and 1 deletions
|
|
@ -426,7 +426,6 @@ case "${host}" in
|
|||
*-*-mingw* | *-*-cygwin*)
|
||||
abi="pecoff"
|
||||
force_tls="0"
|
||||
force_lazy_lock="1"
|
||||
maps_coalesce="0"
|
||||
RPATH=""
|
||||
so="dll"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue