|
|
|
|
|
by alkonaut
2186 days ago
|
|
> it had 92 dependencies, including transitive dependencies, and took 5 minutes and 38 seconds to build. What is it that triggers such a "full" build though? Obviously in some CI scenarios you might start from scratch, but in an edit/compile cycle, you'd never be hitting those 5 minutes, correct? |
|
If you clean your build folder, things will need to be rebuilt from scratch. Likewise if you change your compiler version.