Add the --ccflags option to iverilog-vpi

This commit is contained in:
Stephen Williams 2018-04-11 13:39:53 -07:00
parent 62e0f59b07
commit 6c9b3c39b4
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ do
exit;
;;
--ccflags)
echo "$CXXFLAGS"
exit;
;;
--ldflags)
echo "$LDFLAGS"
exit;