Remove references to the DisableJIT option. r=psychonic
This commit is contained in:
		
							parent
							
								
									71193c67b2
								
							
						
					
					
						commit
						77be859667
					
				@ -132,13 +132,5 @@
 | 
				
			|||||||
	 * passed. You can disable this feature by setting the value to "0".
 | 
						 * passed. You can disable this feature by setting the value to "0".
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	"SlowScriptTimeout"	"8"
 | 
						"SlowScriptTimeout"	"8"
 | 
				
			||||||
 | 
					 | 
				
			||||||
	/**
 | 
					 | 
				
			||||||
	 * Disable the SourcePawn just-in-time compiler. This is intended for C++ developers using
 | 
					 | 
				
			||||||
	 * debugging tools and finding it difficult to inspect JIT stack frames. The interpreter
 | 
					 | 
				
			||||||
	 * is not as well-tested as the JIT and will make script execution roughly 10X slower, so
 | 
					 | 
				
			||||||
	 * it is not intended for general purpose use.
 | 
					 | 
				
			||||||
	 */
 | 
					 | 
				
			||||||
	"DisableJIT"	"no"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user