From 3a2f2e621d08cbcfc1dab1b2668981e37f7f4fa0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 15 Jul 2014 09:42:49 -0700 Subject: [PATCH] Remove references to the DisableJIT option. r=psychonic --- configs/core.cfg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configs/core.cfg b/configs/core.cfg index 94285095..54c01e2f 100644 --- a/configs/core.cfg +++ b/configs/core.cfg @@ -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" }