diff options
author | Badlop <badlop@process-one.net> | 2010-07-01 16:57:47 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-07-01 16:57:47 +0200 |
commit | baeb3d076e557d64c6b4b7a50842a66a7707745d (patch) | |
tree | e835ee48d255e7ad09bdc2caa1078e15399bedde | |
parent | Clarify that to use the optional --enable-nif, R13B04 is needed. (diff) |
Document the optional --enable-nif
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 1cc41e6c3..d0d24c5f5 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -382,6 +382,10 @@ Some options that you may be interested in modifying: \titem{--disable-transient-supervisors} Disable the use of Erlang/OTP supervision for transient processes. + + \titem{--enable-nif} + Replaces some critical Erlang functions with equivalents written in C to improve performance. + This feature requires Erlang/OTP R13B04 or higher. \end{description} \makesubsection{install}{Install} |