aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-12-03 16:47:36 -0800
committerJason Evans <jasone@canonware.com>2016-12-03 16:56:19 -0800
commit145f3cd17340ae3a1af8aad3bdce8ddcc626ec67 (patch)
tree7a41417f6247e9f3094f1c2b1a2f10d40d98cdf6 /INSTALL
parente1b2970d28d26454de9345e1510c6bae257e82e4 (diff)
downloadjemalloc-145f3cd17340ae3a1af8aad3bdce8ddcc626ec67.tar.gz
Add --disable-syscall.
This resolves #517.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 626ef7f..cce3ed7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -206,6 +206,11 @@ any of the following arguments (not a definitive list) to 'configure':
most extreme case increases physical memory usage for the 16 KiB size class
to 20 KiB.
+--disable-syscall
+ Disable use of syscall(2) rather than {open,read,write,close}(2). This is
+ intended as a workaround for systems that place security limitations on
+ syscall(2).
+
--with-xslroot=<path>
Specify where to find DocBook XSL stylesheets when building the
documentation.