mirror of https://github.com/openXC7/prjxray.git
intpips: quick N=1 since better segmatch filtering
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
539564a24c
commit
ec317d5668
|
|
@ -1,6 +1,5 @@
|
|||
# WARNING: N must be relatively high (say 10) or segmatch -m/M will fail
|
||||
ifeq ($(QUICK),Y)
|
||||
N := 10
|
||||
N := 1
|
||||
else
|
||||
# Do relatively large batch to keep parallelism high
|
||||
# LCM between 12 (CPUs on my system) and 16, a common CPU count
|
||||
|
|
|
|||
Loading…
Reference in New Issue