3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Append (instead of over-writing) EXTRA_FLAGS

This commit is contained in:
Jim Lawson 2019-02-15 11:56:51 -08:00
parent fc1c9aa11f
commit 34153adef4

View file

@ -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