bneijt / ccbuild

C++ source scanning build utility
GNU General Public License v2.0
5 stars 3 forks source link

Sort objects on mtime before build #1

Closed bneijt closed 15 years ago

bneijt commented 15 years ago

Objects should be sorted at build time, so the latest changes get compiled first. This increases the chance of finding an error resulting from a change.

Idea submitted by Mart: http://martenvdsanden.net/

bneijt commented 15 years ago

Sort objects by mtime