diff options
-rw-r--r-- | src/vhdl/configuration.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/configuration.adb b/src/vhdl/configuration.adb index 93d4b00..30d9eb1 100644 --- a/src/vhdl/configuration.adb +++ b/src/vhdl/configuration.adb @@ -55,6 +55,7 @@ package body Configuration is if Get_Elab_Flag (Unit) then return; end if; + Set_Elab_Flag (Unit, True); -- May be enabled to debug dependency construction. if False then @@ -66,8 +67,6 @@ package body Configuration is end if; end if; - Set_Elab_Flag (Unit, True); - Lib_Unit := Get_Library_Unit (Unit); if Flag_Build_File_Dependence then |