cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e8bbb29499c586c5511e9b3139ceb506e7f9bf9f
commit e8bbb29499c586c5511e9b3139ceb506e7f9bf9f Author: Cedric Bail <[email protected]> Date: Mon Mar 21 19:46:30 2016 -0700 Revert "edje: seems like preloading is fixed and we can now run edje_cc in //" This reverts commit e6a27e13b54a024ca849b9fd798398d51f2e27f8. While preloading itself is fixed, we forgot a little detail there is limit to the amount of files we can open on any system. This is high enough on Linux that we never see the issue, but on MacOS X, we can't even build elementary theme. Reverting this for now and until we have a proper fix for this. --- src/bin/edje/edje_cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje/edje_cc.c b/src/bin/edje/edje_cc.c index d4c7bb1..9452fff 100644 --- a/src/bin/edje/edje_cc.c +++ b/src/bin/edje/edje_cc.c @@ -38,7 +38,7 @@ int no_save = 0; int min_quality = 0; int max_quality = 100; int compress_mode = EET_COMPRESSION_HI; -int threads = 1; +int threads = 0; int annotate = 0; int no_etc1 = 0; int no_etc2 = 0; --
