Browse Source

Enable JIT

nareshv 11 years ago
parent
commit
04ca47d5f6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      hhvm/deploy/config.hdf

+ 6 - 0
hhvm/deploy/config.hdf

@@ -18,6 +18,12 @@ Log {
   UseSyslog = false
 }
 
+# Enable jit for production mode
+Eval {
+    Jit = true
+    CheckSymLink = false
+}
+
 # Repo file
 Repo {
   Central {