mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added changes to support CompilerExplorer
This commit is contained in:
parent
c97b074fee
commit
c9e0ab6089
20 changed files with 389 additions and 156 deletions
|
@ -5529,7 +5529,7 @@ void BfCompiler::CompileReified()
|
|||
if (typeDef->mIsPartial)
|
||||
continue;
|
||||
|
||||
bool isAlwaysInclude = typeDef->mIsAlwaysInclude;
|
||||
bool isAlwaysInclude = (typeDef->mIsAlwaysInclude) || (typeDef->mProject->mAlwaysIncludeAll);
|
||||
|
||||
if (typeDef->mProject->IsTestProject())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue