Switch on jit again by default.

This commit is contained in:
Unknown W. Brackets 2013-02-23 19:31:34 -08:00
parent 67d6830192
commit 2cc0e08ce5

View File

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