From 99d71b7bbc2af1bdeaae77abcff8178704ba4a8c Mon Sep 17 00:00:00 2001 From: Dibyendu Majumdar Date: Sat, 14 Nov 2015 22:53:37 +0000 Subject: [PATCH] doc update --- readthedocs/ravi-overview.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs/ravi-overview.rst b/readthedocs/ravi-overview.rst index 0a67b22..11861a0 100644 --- a/readthedocs/ravi-overview.rst +++ b/readthedocs/ravi-overview.rst @@ -349,6 +349,10 @@ On MAC OS X I use:: I open the generated project in Xcode and do a build from there. +Building without JIT +-------------------- +You can omit ``-DLLVM_JIT=ON`` option above to build Ravi with a null JIT implementation. + Build Artifacts --------------- The Ravi build creates a shared library, the Lua executable and some test programs.