mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 06:05:15 -04:00
[jak2] try to speed up compile a bit (#2596)
This commit is contained in:
@@ -204,7 +204,7 @@ Object build_list(std::vector<Object>&& objects) {
|
||||
|
||||
Object result;
|
||||
result.type = ObjectType::PAIR;
|
||||
result.heap_obj = head;
|
||||
result.heap_obj = std::move(head);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user