mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Append (instead of over-writing) EXTRA_FLAGS
This commit is contained in:
parent
fc1c9aa11f
commit
34153adef4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue