16 lines
		
	
	
		
			374 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			374 B
		
	
	
	
		
			Factor
		
	
	
| USING: tools.deploy.config ;
 | |
| H{
 | |
|     { deploy-ui? f }
 | |
|     { deploy-word-defs? f }
 | |
|     { deploy-threads? t }
 | |
|     { deploy-math? t }
 | |
|     { deploy-io 3 }
 | |
|     { deploy-reflection 1 }
 | |
|     { deploy-unicode? f }
 | |
|     { "stop-after-last-window?" t }
 | |
|     { deploy-console? t }
 | |
|     { deploy-word-props? f }
 | |
|     { deploy-c-types? f }
 | |
|     { deploy-name "benchmark.reverse-complement" }
 | |
| }
 |