mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Enable opt.retain by default on Windows.
This commit is contained in:
parent
9a86c65abc
commit
badf8d95f1
1 changed files with 3 additions and 0 deletions
|
|
@ -738,6 +738,9 @@ case "${host}" in
|
|||
libprefix=""
|
||||
SOREV="${so}"
|
||||
PIC_CFLAGS=""
|
||||
if test "${LG_SIZEOF_PTR}" = "3"; then
|
||||
default_retain="1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue