Merge "Add run-time hash check for libRS.so"
diff --git a/Config.h b/Config.h
index 1cf62ec..6de9bf4 100644
--- a/Config.h
+++ b/Config.h
@@ -4,8 +4,8 @@
 //---------------------------------------------------------------------------
 // Configuration for JIT & MC Assembler
 //---------------------------------------------------------------------------
-#define USE_OLD_JIT 1
-#define USE_MCJIT 0
+#define USE_OLD_JIT 0
+#define USE_MCJIT 1
 
 #if !USE_OLD_JIT && !USE_MCJIT
 #error "You should choose at least one code generation method."
@@ -29,6 +29,8 @@
 
 #define DEBUG_BCC_REFLECT 0
 
+#define DEBUG_MCJIT_REFLECT 0
+
 //---------------------------------------------------------------------------
 // Configuration for ContextManager
 //---------------------------------------------------------------------------