factor/extra/benchmark/regex-dna/deploy.factor

16 lines
365 B
Factor
Raw Normal View History

2009-03-18 19:30:56 -04:00
USING: tools.deploy.config ;
H{
{ deploy-ui? f }
2009-03-18 19:30:56 -04:00
{ 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 }
2009-03-18 19:30:56 -04:00
{ deploy-word-props? f }
{ deploy-c-types? f }
{ deploy-name "benchmark.regex-dna" }
}