Turn jit back off, build server can't handle it.

This commit is contained in:
Unknown W. Brackets 2013-02-09 01:58:03 -08:00
parent e477c273de
commit 0ff30cf239

View file

@ -75,7 +75,7 @@ void printUsage(const char *progname, const char *reason)
int main(int argc, const char* argv[]) int main(int argc, const char* argv[])
{ {
bool fullLog = false; bool fullLog = false;
bool useJit = true; bool useJit = false;
bool fastInterpreter = false; bool fastInterpreter = false;
bool autoCompare = false; bool autoCompare = false;
bool useGraphics = false; bool useGraphics = false;