opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Split `runtime_config`

Open jog1t opened this issue 1 year ago • 1 comments

Right now, changing a single module requires rebuilding all the modules in the repository. Runtime config should only be changed whenever a module is added or removed. All other stuff should be lazy loaded from other module oriented configs. That also will allow us to efficiency cache that using incremental build system and therefore speed up the whole process.

jog1t avatar Mar 03 '24 18:03 jog1t