mirror of
https://github.com/open-goal/jak-project
synced 2026-06-15 06:31:22 -04:00
compiler startup speed, decomp options, add some shrub docs (#1187)
This commit is contained in:
@@ -74,6 +74,8 @@ void MakeSystem::load_project_file(const std::string& file_path) {
|
||||
auto data = m_goos.reader.read_from_file({file_path});
|
||||
// interpret it, which will call various handlers.
|
||||
m_goos.eval(data, m_goos.global_environment.as_env_ptr());
|
||||
fmt::print("Loaded project {} with {} steps in {} ms\n", file_path, m_output_to_step.size(),
|
||||
(int)timer.getMs());
|
||||
}
|
||||
|
||||
goos::Object MakeSystem::handle_defstep(const goos::Object& form,
|
||||
|
||||
Reference in New Issue
Block a user