mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
To solve the issue of carrying object files from previous builds,
Matias changed the archiving process to re-archive libapps.a on every compilation,
if libapps.a carries more object files, incremental compilation will waste too
many time in re-archiving, compared with the previous implement, this is a degradation
of the build system. Referring to mature engineering projects such as cmake, if there
is configuration or source file changed, the best solution should be to reconfigure
the environment.
Revert this PR to ensure the compilation speed during incremental compilation.
| commit
|
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| applications | ||
| components | ||
| contributing | ||
| faq | ||
| guides | ||
| introduction | ||
| platforms | ||
| quickstart | ||
| reference | ||
| .gitignore | ||
| conf.py | ||
| glossary.rst | ||
| index.rst | ||
| make.bat | ||
| Makefile | ||
| Pipfile | ||
| Pipfile.lock | ||
| substitutions.rst | ||