Thanks. I have made some changes to ParparVM to move unnecessary includes from .h files to .m files. Initial tests on my local machine show improved build times. (4 to 5 times faster for the Xcode portion). https://github.com/codenameone/CodenameOne/commit/ae000f163577b4f3414f8d99cc07657b8882ad20
This will be included in the next build server update. Steve On Mon, Apr 3, 2017 at 7:04 PM, Dave Dyer <[email protected]> wrote: > A second attempt at the same build took only 36 minutes, up from 24, which > is > more in line with what I expected. > Here are the two header files. > > As you can see, the modified .h includes the header for NamedClasses, > which triggers > the recursive inclusion of everything in the world. > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/grou > p/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/codenameone-discussions/293bffd4-5c1b-4364-a81c-9180231a > 0752%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/293bffd4-5c1b-4364-a81c-9180231a0752%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWGJ%3D4T0LOhoGF89A_eKk57Dwws7QxRmfHjrVv0Ru5rNw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
