This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: groan: installation
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> What seems to take the time (at least on my machine) is the _install_
Nic> of all the header files and the building of the eventual .so libs.
We could speed up the install by changing it to install all the
headers in one batch (really several batches, since there are too many
for one batch). (Again, I don't have time to work on this. But you
could submit a PR at least.)
I don't think we can do anything about the .so build times.
Tom