mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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:
@@ -1330,3 +1330,5 @@ MainLoop *test() {
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace TestString
|
||||
|
||||
#undef CHECK
|
||||
|
||||
@@ -301,3 +301,5 @@ MainLoop *test() {
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace TestTheme
|
||||
|
||||
#undef CHECK
|
||||
|
||||
Reference in New Issue
Block a user