-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fa9e1f
commit e1c1aa0
Showing
4 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
// The default value for all uses of set background. Set background can cause gradual lag and is recommended you only turn this on if necessary. | ||
// 1 will enable set background. 0 will disable set background. | ||
#define BACKGROUND_ENABLED 0 | ||
|
||
// If REFTRACK_IN_CI is defined, the reftracker will run in CI. | ||
#define REFTRACK_IN_CI | ||
#if defined(REFTRACK_IN_CI) && defined(UNIT_TEST) && !defined(SPACEMAN_DMM) | ||
#define REFTRACKING_ENABLED | ||
#define GC_FAILURE_HARD_LOOKUP | ||
#define FIND_REF_NO_CHECK_TICK | ||
#endif | ||
|
||
// parity with previous behavior where TESTING enabled reftracking | ||
#ifdef TESTING | ||
#define REFTRACKING_ENABLED | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters