]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/hello-world/deploy.factor
Deploy tool always uses optimizing compiler now
[factor.git] / extra / hello-world / deploy.factor
index aadffb6ae81c87ed8999dfed16c8ff6237aab000..0852188761fce2f683dbe25dacfc47b52c1d0f41 100755 (executable)
@@ -2,7 +2,6 @@ USING: tools.deploy.config ;
 H{
     { deploy-unicode? f }
     { deploy-ui? f }
-    { deploy-compiler? t }
     { deploy-name "Hello world (console)" }
     { deploy-io 2 }
     { deploy-threads? f }