-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local compilation is not incremental #15
Comments
@chuckwagoncomputing any chance you could help with diagnostics of root causes of the issue, if the issue reproduces for you with latest of this repo? FYI recent progress #14 rusefi/rusefi#6879 was to generate much more of files not into submodule folders but into local generated e42639d While this gave clarity of what is changed - at least all headers are now local to this custom repo - it did not help with incremental compilation like I was hoping it would |
looks like
and next, for these files
and... what is it?! what is the 'signature_XYZ' ?
|
|
Looks fixed thank you @esaulenka |
to clarify: this one can be used to debugging Makefiles. |
under WSL
expected: second compilation does not really compile everything
actual result: second compilation compiles everything :(
The text was updated successfully, but these errors were encountered: