aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/synth-flags.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index 2a22cf304..163903ee7 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -25,5 +25,5 @@ package Synth.Flags is
Flag_Debug_Nomemory : Boolean := False;
- Flag_Debug_Noexpand : Boolean := True;
+ Flag_Debug_Noexpand : Boolean := False;
end Synth.Flags;