diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-08-28 16:22:49 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-08-28 16:22:49 +0300 |
commit | 577f3e4a01362712dbdc4d988086fee93730f150 (patch) | |
tree | 397b416164ac349ceab5c52c4d78d14c61063194 | |
parent | Updated TODO (diff) | |
download | GSE-577f3e4a01362712dbdc4d988086fee93730f150.tar.gz GSE-577f3e4a01362712dbdc4d988086fee93730f150.tar.bz2 GSE-577f3e4a01362712dbdc4d988086fee93730f150.zip |
Default sinprog
-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 |