split heap doesn't build yet so don't test it

This commit is contained in:
Jeff Epler 2023-09-22 10:40:34 -05:00
parent 4902b76129
commit e1fffe67a0
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -33,9 +33,8 @@
// Enable extra Unix features. // Enable extra Unix features.
#include "../mpconfigvariant_common.h" #include "../mpconfigvariant_common.h"
// Enable testing of split heap. // CIRCUITPY: Disable testing of split heap.
#define MICROPY_GC_SPLIT_HEAP (1) #define MICROPY_GC_SPLIT_HEAP (0)
#define MICROPY_GC_SPLIT_HEAP_N_HEAPS (4)
// Enable additional features. // Enable additional features.
#define MICROPY_DEBUG_PARSE_RULE_NAME (1) #define MICROPY_DEBUG_PARSE_RULE_NAME (1)