diff options
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index ac8ce66245..809756e334 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -64,7 +64,7 @@ ghc_stage3_MORE_HC_OPTS += -threaded endif ifeq "$(GhcProfiled)" "YES" -ghc_stage2_MORE_HC_OPTS += -prof +ghc_stage2_PROGRAM_WAY = p endif ghc_stage1_PROG = ghc-stage1$(exeext) |