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:
lawnjelly
2022-11-27 08:34:07 +00:00
parent 29eeb461f2
commit 43e181a00a
35 changed files with 542 additions and 130 deletions

View File

@@ -1330,3 +1330,5 @@ MainLoop *test() {
return nullptr;
}
} // namespace TestString
#undef CHECK

View File

@@ -301,3 +301,5 @@ MainLoop *test() {
return nullptr;
}
} // namespace TestTheme
#undef CHECK