Add the --ccflags option to iverilog-vpi
This commit is contained in:
parent
62e0f59b07
commit
6c9b3c39b4
|
|
@ -96,6 +96,11 @@ do
|
|||
exit;
|
||||
;;
|
||||
|
||||
--ccflags)
|
||||
echo "$CXXFLAGS"
|
||||
exit;
|
||||
;;
|
||||
|
||||
--ldflags)
|
||||
echo "$LDFLAGS"
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue