aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
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;