On Thursday, July 23, 2015 at 10:57:22 AM UTC-4, Timothy Pratley wrote:
> I am working in a complex project, which compiles release builds in 3min.
> When I make some minor changes, and it takes over 20min.
> It seems likely that the javascript being processed by google closure is 
> ‘hard’ for it?
> [optimizations :none is fine]
> Is there any way I can diagnose this further?
> I would like to be able to avoid whatever is causing the explosion in time.
> 
> Regards,
> Timothy

When we encountered this problem, it was slowdown in the compiler due to the 
algorithm used for recompiling dependent namespaces. Try setting 
:recompile-dependents to false in your :compiler options.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to