mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Single Compilation Unit build.
Adds support for simple SCU build. This speeds up compilation by compiling multiple cpp files within a single translation unit.
This commit is contained in:
parent
29eeb461f2
commit
43e181a00a
35 changed files with 542 additions and 130 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
BOOKMARK_GOTO_PREV,
|
||||
BOOKMARK_REMOVE_ALL,
|
||||
};
|
||||
static ScriptEditorBase *create_editor(const RES &p_resource);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue