aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-17 08:06:11 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-17 08:06:11 +0200
commit2019f1903faf77efdcc03c927aa353b9e3307d5d (patch)
tree6e3e1c6c9dd22512740163442623b1597970a77f /src/synth/synth-flags.ads
parentde899bb8cb6e2f43a3e80a6a273d6a459b08e401 (diff)
downloadghdl-2019f1903faf77efdcc03c927aa353b9e3307d5d.tar.gz
ghdl-2019f1903faf77efdcc03c927aa353b9e3307d5d.tar.bz2
ghdl-2019f1903faf77efdcc03c927aa353b9e3307d5d.zip
synth: add debug flag -dc to not clean.
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index c5d11f83c..d87826f4d 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -20,4 +20,6 @@
package Synth.Flags is
Flag_Debug_Noinference : Boolean := False;
+
+ Flag_Debug_Nocleanup : Boolean := False;
end Synth.Flags;