Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProbably you have a corrupted makefile that forces full recompilation because of a wrong file reference. The file is unrelated to the project, but if it gets modified, it triggers the "rebuild all" process.
Look if you find something in the project build options. You can try to re-create the project from scratch and test if you still have the same problem.