diff options
author | Qi Wang <interwq@gwu.edu> | 2019-07-15 19:09:41 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2019-07-24 05:18:55 (GMT) |
commit | badf8d95f11cf8ead0f8b7192663002d1d4dc4b2 (patch) | |
tree | f54a1004e1f5a1d1acb743800ebd9e2783d74653 | |
parent | 9a86c65abc2cf242efe9354c9ce16901673eeb0c (diff) | |
download | jemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.zip jemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.tar.gz jemalloc-badf8d95f11cf8ead0f8b7192663002d1d4dc4b2.tar.bz2 |
Enable opt.retain by default on Windows.
-rw-r--r-- | configure.ac | 3 |
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}]) |