Build times are definitely a bottleneck, and they'll continue to get slower as the project grows.
I've experimented with enabling multi-processor build options in MSVC, which seems to have a significant impact on build times, but we'll definitely want to look at using PCH for later in the project's development as things become more stable / stay the same.
Build times are definitely a bottleneck, and they'll continue to get slower as the project grows.
I've experimented with enabling multi-processor build options in MSVC, which seems to have a significant impact on build times, but we'll definitely want to look at using PCH for later in the project's development as things become more stable / stay the same.