diff options
-rw-r--r-- | local/sinprog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/local/sinprog b/local/sinprog index 6e663d5..d42fd0f 100644 --- a/local/sinprog +++ b/local/sinprog @@ -1,13 +1,13 @@ # Don't edit this file manually. It controls the flow of builder's process # If you want to start again, please select START NEW when prompted during # the PartA: Fundamentals -PARTA=1 -CHECK=1 -RDEP=1 -SEED=1 -CATALYST=1 -PRECOMP=1 -EXTRACTION=1 -PARTB=1 +PARTA=0 +CHECK=0 +RDEP=0 +SEED=0 +CATALYST=0 +PRECOMP=0 +EXTRACTION=0 +PARTB=0 CONTROLLER=0 STAGE4=0 |