From e37b2bcae0cf4a3dd8d771b454a51928e2efc465 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Mon, 25 Jan 2021 13:39:14 -0500 Subject: Warn about using quick with profiling --- hadrian/doc/flavours.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md index c58398844f..806fe8ab81 100644 --- a/hadrian/doc/flavours.md +++ b/hadrian/doc/flavours.md @@ -205,9 +205,10 @@ The supported transformers are listed below: profiled_ghc Build the GHC executable with cost-centre profiling support. - It is that you use this in conjunction with `no_dynamic_ghc` since - GHC does not It is support loading of profiled libraries with the - dynamically-linker. + It is recommended that you use this in conjunction with `no_dynamic_ghc` since + GHC does not support loading of profiled libraries with the + dynamic linker. You should use a flavour that builds profiling libs and rts, + i.e. not quick. no_dynamic_ghc -- cgit v1.2.1