DRY-56: Compile components to libraries
Submitted on 6 May 2005 at 23:42
Compilation takes way too much time. If the libraries are compiled only once, then the build time is reduced a lot.
Issue Log
On 10 July 2005 at 18:32 Jira commented:
DRY-56, martin:
Dryad now provides libdryad. If you import ‘libdryad’, then you are using separate compilation. If you import ‘dryad’, then you are not using separate compilation.
Log in to post comments