Remove references to the DisableJIT option. r=psychonic

This commit is contained in:
David Anderson 2014-07-15 09:42:15 -07:00
parent 71193c67b2
commit 77be859667

View File

@ -132,13 +132,5 @@
* passed. You can disable this feature by setting the value to "0".
*/
"SlowScriptTimeout" "8"
/**
* Disable the SourcePawn just-in-time compiler. This is intended for C++ developers using
* debugging tools and finding it difficult to inspect JIT stack frames. The interpreter
* is not as well-tested as the JIT and will make script execution roughly 10X slower, so
* it is not intended for general purpose use.
*/
"DisableJIT" "no"
}