We currently compile a single reflection cpp source file.
As the codebase gets larger, this will become problematic as changing anything this source file references requires a rebuild.
We will need to determine if there are any side effects to changing each module's reflection.hpp file to reflection.cpp to allow for parallel and incremental builds.
We currently compile a single
reflection
cpp source file. As the codebase gets larger, this will become problematic as changing anything this source file references requires a rebuild.We will need to determine if there are any side effects to changing each module's
reflection.hpp
file toreflection.cpp
to allow for parallel and incremental builds.