fpco / inline-c

284 stars 50 forks source link

Stack rebuild all C/C++ sources #80

Closed McbearHolden closed 5 years ago

McbearHolden commented 5 years ago

I have quite some C/C++ files in the cbits directory. I use stack tool chain for the build process(A project folder created by stack new myproject). When I do stack build everytime it rebuilds everything, even though nothing changes to those files. How can I save build time?

bitonic commented 5 years ago

@McbearHolden I'm not sure, but as far as I can tell this is a stack / cabal issue rather than an inline-c issue.