factor/extra/factory/deploy.factor

13 lines
261 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2007-09-20 18:09:08 -04:00
V{
{ strip-globals? f }
{ strip-word-props? f }
{ strip-word-names? f }
{ strip-dictionary? f }
{ strip-debugger? f }
{ deploy-math? t }
{ deploy-compiled? t }
{ deploy-io? f }
{ deploy-ui? f }
}