mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved CE TypeDeclaration handling, including proper rebuilding
This commit is contained in:
parent
25eb2a13a3
commit
5f4514211e
10 changed files with 266 additions and 38 deletions
|
@ -7031,7 +7031,7 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
|||
String toolsetErrors;
|
||||
for (auto project : mSystem->mProjects)
|
||||
{
|
||||
project->mDependencySet.Clear();
|
||||
project->ClearCache();
|
||||
if (project->mDisabled)
|
||||
continue;
|
||||
if (project->mCodeGenOptions.mLTOType != BfLTOType_None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue