Reduce size of source code dependency for runtime libraries
Even with binary dependencies, the current compilation schemes of NaBL and TS require a source code dependency to the runtime libraries. However, a significant part of the runtime libraries does not depend on generated strategies, and can be precompiled into a binary. This includes the subdirectories
Submitted by Guido Wachsmuth on 28 June 2016 at 12:52editor
andtmpl
. The latter might be merged withstr-gpp
.
Log in to post comments