diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index f6539d2c4..a260b2cd7 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -97,6 +97,9 @@ package body Ghdlsynth is elsif Option = "-di" then Flag_Debug_Noinference := True; Res := Option_Ok; + elsif Option = "-dc" then + Flag_Debug_Nocleanup := True; + Res := Option_Ok; else Decode_Option (Command_Lib (Cmd), Option, Arg, Res); end if; |