]> gitweb.factorcode.org Git - factor.git/blob - extra/spheres/deploy.factor
Remove with-malloc, use destructors instead
[factor.git] / extra / spheres / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-reflection 1 }
4     { deploy-word-defs? f }
5     { deploy-word-props? f }
6     { deploy-name "Spheres" }
7     { deploy-compiler? t }
8     { deploy-math? t }
9     { deploy-io 1 }
10     { deploy-threads? t }
11     { "stop-after-last-window?" t }
12     { deploy-ui? t }
13     { deploy-c-types? f }
14 }