mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Add the --ccflags option to iverilog-vpi
This commit is contained in:
@@ -96,6 +96,11 @@ do
|
|||||||
exit;
|
exit;
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--ccflags)
|
||||||
|
echo "$CXXFLAGS"
|
||||||
|
exit;
|
||||||
|
;;
|
||||||
|
|
||||||
--ldflags)
|
--ldflags)
|
||||||
echo "$LDFLAGS"
|
echo "$LDFLAGS"
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user