thats it. threads off in edje_cc by default. we need to focus on
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jul 2012 02:12:22 +0000 (02:12 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jul 2012 02:12:22 +0000 (02:12 +0000)
stability now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73432 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc.c

index 7152836..1b32152 100644 (file)
@@ -30,7 +30,7 @@ int        no_save = 0;
 int        min_quality = 0;
 int        max_quality = 100;
 int        compress_mode = EET_COMPRESSION_DEFAULT;
-int        threads = 1;
+int        threads = 0;
 
 static void
 main_help(void)