Turn on trigger trace

This commit is contained in:
Kelvin Nilsen 2026-01-22 20:32:06 +00:00
parent 9a77852a8c
commit ef654d3c75

View File

@ -413,7 +413,7 @@ static double saturate(double value, double min, double max) {
return MAX2(MIN2(value, max), min);
}
#undef KELVIN_START_GC
#define KELVIN_START_GC
#ifdef KELVIN_START_GC
const size_t MaxRejectedTriggers = 256;
typedef struct gc_start_info {