summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2019-07-15 19:09:41 (GMT)
committerQi Wang <interwq@gmail.com>2019-07-24 05:18:55 (GMT)
commitbadf8d95f11cf8ead0f8b7192663002d1d4dc4b2 (patch)
treef54a1004e1f5a1d1acb743800ebd9e2783d74653
parent9a86c65abc2cf242efe9354c9ce16901673eeb0c (diff)
downloadjemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.zip
jemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.tar.gz
jemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.tar.bz2
Enable opt.retain by default on Windows.
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 39a540f..261d81c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}])