mirror of https://github.com/YosysHQ/yosys.git
Append (instead of over-writing) EXTRA_FLAGS
This commit is contained in:
parent
fc1c9aa11f
commit
34153adef4
|
@ -11,4 +11,4 @@ do
|
|||
done
|
||||
shift "$((OPTIND-1))"
|
||||
|
||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS="-e" *.v
|
||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS+="-e" *.v
|
||||
|
|
Loading…
Reference in New Issue