disable cook on demand

main
Dominik Madarász 2024-03-20 21:52:44 +01:00
parent 64c6fb54a4
commit 2aee9c3240
3 changed files with 3 additions and 3 deletions

View File

@ -359459,7 +359459,7 @@ static cook_worker jobs[JOBS_MAX] = {0};
static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false; static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false;
#ifndef COOK_ON_DEMAND #ifndef COOK_ON_DEMAND
#define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 1), false) #define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 0), false)
#endif #endif
static static

View File

@ -459,7 +459,7 @@ static cook_worker jobs[JOBS_MAX] = {0};
static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false; static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false;
#ifndef COOK_ON_DEMAND #ifndef COOK_ON_DEMAND
#define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 1), false) #define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 0), false)
#endif #endif
static static

View File

@ -6606,7 +6606,7 @@ static cook_worker jobs[JOBS_MAX] = {0};
static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false; static volatile bool cook_cancelable = false, cook_cancelling = false, cook_debug = false;
#ifndef COOK_ON_DEMAND #ifndef COOK_ON_DEMAND
#define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 1), false) #define COOK_ON_DEMAND ifdef(cook, optioni("--cook-on-demand", 0), false)
#endif #endif
static static