]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/deploy.factor
Deploy tool always uses optimizing compiler now
[factor.git] / extra / tetris / deploy.factor
index 03ec5d4e6405b7f975e47fa5ce3792a2be12e93e..a2d71ab08bf9302c2fa463557157a584765b310e 100755 (executable)
@@ -1,7 +1,6 @@
 USING: tools.deploy.config ;
 H{
     { deploy-ui? t }
-    { deploy-compiler? t }
     { deploy-threads? t }
     { deploy-word-props? f }
     { deploy-reflection 1 }