diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sprint.adb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb index c13be5d..ba2ab3a 100644 --- a/gcc/ada/sprint.adb +++ b/gcc/ada/sprint.adb @@ -673,6 +673,11 @@ package body Sprint is end if; end loop; end if; + + -- See above for the rationale, but we cannot do it earlier for them + + Print_Generated_Code := False; + Debug_Generated_Code := False; end Source_Dump; --------------------- |