Commit bfcff5e
committed
Add ODK configuration options for relax/reduce options.
Add two new options in the ODK configuration object:
* robot_relax_options, for options to pass to ROBOT's relax command;
* robot_reduce_options, for options to pass to ROBOT's reduce command.
This way users can override the ODK's default options for these
commands by editing their $(ONT)-odk.yaml file rather than by editing
their $(ONT).Makefile, because apparently editing a Makefile would be
much more difficult to users than editing the YAML configuration file.
This is absurd as editing the custom Makefile is in fact likely to be
much easier, since users can look at the standard Makefile to know what
the variables they must override are (RELAX_OPTIONS, REDUCE_OPTIONS),
whereas editing the YAML file will require them to look up the ODK
documentation to find out about `robot_relax_options` and
`robot_reduce_options`. But well, there is already so much absurd things
in the ODK than one or two more don't matter I guess.1 parent dd260b2 commit bfcff5e
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
796 | 802 | | |
797 | 803 | | |
798 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments