diff options
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index 055c85659a..30398790d0 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -250,6 +250,10 @@ ifeq "$(GhcDynamic)" "YES" ghcThWayFlags = -dynamic ghciWayFlags = -dynamic ghcPluginWayFlags = -dynamic +else ifeq "$(GhcProfiled)" "YES" +ghcThWayFlags = -prof +ghciWayFlags = -prof +ghcPluginWayFlags = -prof else ghcThWayFlags = -static ghciWayFlags = -static |