nponeccop / HNC

HN Compiler
GNU Lesser General Public License v3.0
62 stars 5 forks source link

Implement a library to avoid multiple compilatons of same sources #15

Open nponeccop opened 13 years ago

nponeccop commented 13 years ago

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.