2010-04-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / mini / mini.c
index 2e8e406f919e5c78c63ccc80d21e3bac20923bf0..87b7cc6c73fb7e304f754cc9580ad03a52e9a6fb 100644 (file)
@@ -120,7 +120,7 @@ static int methods_with_llvm, methods_without_llvm;
  *   one trampoline.
  * - fast generic virtual calls are not supported.
  */
-gboolean mono_use_llvm = getenv ("MONO_USE_LLVM") != NULL;
+gboolean mono_use_llvm = FALSE;
 
 #define mono_jit_lock() EnterCriticalSection (&jit_mutex)
 #define mono_jit_unlock() LeaveCriticalSection (&jit_mutex)