From 9544c205ae35ba3d7fc6040e965dc207ec639cc7 Mon Sep 17 00:00:00 2001
From: Tristan Gingold
Date: Sun, 21 Dec 2014 07:39:30 +0100
Subject: fst: don't try to detect aliases (make fst file bigger).

---
 src/grt/grt-fst.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/grt')

diff --git a/src/grt/grt-fst.adb b/src/grt/grt-fst.adb
index a290dd4..1214103 100644
--- a/src/grt/grt-fst.adb
+++ b/src/grt/grt-fst.adb
@@ -46,7 +46,7 @@ package body Grt.Fst is
    --  FST format has a mechanism to declare signal aliases (if two signals
    --  in the hierarchy are the same).  Enabling this reduce the number of
    --  signals dumped, but weirdly it makes the FST file slightly bigger.
-   Flag_Aliases : constant Boolean := True;
+   Flag_Aliases : constant Boolean := False;
 
    --  Global FST context.  Set to non-NULL iff dumping signals to an FST file.
    Context : fstContext := Null_fstContext;
-- 
cgit