HNC
HNC copied to clipboard
Implement a library to avoid multiple compilatons of same sources
Currently same sources are built again for every executable. However, a lot of code is shared between test suite and command-line compiler, so a precompiled library would reduce build time.