]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/hello-ui/deploy.factor
Deploy tool always uses optimizing compiler now
[factor.git] / extra / hello-ui / deploy.factor
index 28ce8f519d32f1874cd665dfd8c65e3fd53d89a9..7fcc167cea3feb733b5334bec34330ee12bc6802 100644 (file)
@@ -1,14 +1,14 @@
 USING: tools.deploy.config ;
 H{
-    { deploy-threads? t }
+    { deploy-ui? t }
+    { deploy-reflection 1 }
+    { deploy-unicode? f }
     { deploy-math? t }
-    { deploy-name "Hello world" }
+    { deploy-io 2 }
     { deploy-c-types? f }
+    { deploy-name "Hello world" }
     { deploy-word-props? f }
-    { deploy-io 2 }
-    { deploy-ui? t }
-    { "stop-after-last-window?" t }
     { deploy-word-defs? f }
-    { deploy-compiler? t }
-    { deploy-reflection 1 }
+    { "stop-after-last-window?" t }
+    { deploy-threads? t }
 }