|
|
|
|
|
by dezgeg
1248 days ago
|
|
How does gcc -MD help at all in tracking which .cpp files to link in? > Of course, the other alternative is to simply #include _every_ file in your project into a single source file, then compile that. Yeah, no... recompiling the entire project whenever any file is touched is way too slow for any non-trivial project. |
|