Skip to content
/ recons Public

Caching utility for gcc. Avoids recompile if the file was compiled earlier and file hasn't changed.

Notifications You must be signed in to change notification settings

sridhar/recons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This project is far from complete. Use at your own peril

The goal is to create a reentrant wrapper that caches the object files/executables generated by the compilation of a huge project and then avoid recompilation by even when make clean is done. The idea is to cache the objects in some place and then just copy them over when needed.

About

Caching utility for gcc. Avoids recompile if the file was compiled earlier and file hasn't changed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published