mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-09 15:22:40 -04:00
f3probe: fix parameter --block-order
Parameter --block-order was forcing debug mode. This directive is expected to work for both modes: debug and test.
This commit is contained in:
parent
919451abb9
commit
da939f2d7d
@ -163,7 +163,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state)
|
|||||||
argp_error(state,
|
argp_error(state,
|
||||||
"Block order must be in the interval [9, 20] or be zero");
|
"Block order must be in the interval [9, 20] or be zero");
|
||||||
args->block_order = ll;
|
args->block_order = ll;
|
||||||
args->debug = true;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'k':
|
case 'k':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user