aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-07-01 16:57:47 +0200
committerBadlop <badlop@process-one.net>2010-07-01 16:57:47 +0200
commitbaeb3d076e557d64c6b4b7a50842a66a7707745d (patch)
treee835ee48d255e7ad09bdc2caa1078e15399bedde
parentClarify that to use the optional --enable-nif, R13B04 is needed. (diff)
Document the optional --enable-nif
-rw-r--r--doc/guide.tex4
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}