mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Comptime rebuild flag
This commit is contained in:
parent
ce4b6e04de
commit
4f83b61a10
7 changed files with 30 additions and 7 deletions
|
@ -328,7 +328,9 @@ public:
|
|||
bool mFastFinish;
|
||||
bool mHasQueuedTypeRebuilds; // Infers we had a fast finish that requires a type rebuild
|
||||
bool mHadCancel;
|
||||
bool mWantsDeferMethodDecls;
|
||||
bool mWantsDeferMethodDecls;
|
||||
bool mLastHadComptimeRebuilds;
|
||||
bool mHasComptimeRebuilds;
|
||||
bool mInInvalidState;
|
||||
float mCompletionPct;
|
||||
int mHSPreserveIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue