diff options
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Flavour.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Flavour.hs b/hadrian/src/Flavour.hs index e07c2e9078..df918b5a8f 100644 --- a/hadrian/src/Flavour.hs +++ b/hadrian/src/Flavour.hs @@ -164,6 +164,7 @@ enableTickyGhc = ticky = mconcat [ arg "-ticky" , arg "-ticky-allocd" + , arg "-ticky-dyn-thunk" -- You generally need STG dumps to interpret ticky profiles , arg "-ddump-to-file" , arg "-ddump-stg-final" |