mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Comptime rebuild flag
This commit is contained in:
parent
ce4b6e04de
commit
4f83b61a10
7 changed files with 30 additions and 7 deletions
|
@ -1947,6 +1947,7 @@ void BfContext::UpdateRevisedTypes()
|
|||
|
||||
for (auto& kv : typeInst->mCeTypeInfo->mRebuildMap)
|
||||
{
|
||||
mCompiler->mHasComptimeRebuilds = true;
|
||||
if (kv.mKey.mKind == CeRebuildKey::Kind_File)
|
||||
{
|
||||
String* keyPtr = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue