mirror of https://github.com/openXC7/prjxray.git
int_loop: unify SEGMATCH_FLAGS
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
0311f9b305
commit
7b272b89ef
|
|
@ -5,7 +5,7 @@ SEGMATCH_FLAGS=
|
|||
else
|
||||
# Should be at least the -m value
|
||||
N ?= 20
|
||||
SEGMATCH_FLAGS=-m 10 -M 20
|
||||
SEGMATCH_FLAGS=-m 15 -M 45
|
||||
endif
|
||||
# Iteration number (each containing N specimens)
|
||||
# Driven by int_loop.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue