diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-30 16:16:37 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-30 16:16:37 +0000 |
commit | cdaa0b92ff96813b16fc351934d63080c05dece1 (patch) | |
tree | 1e30f0caf872ce43f12e21f3b3c2fbc5925b1bf1 /mk | |
parent | 8ad1e840408392b97e7fa58ca9fcd036be2775f9 (diff) | |
download | haskell-cdaa0b92ff96813b16fc351934d63080c05dece1.tar.gz |
Fix building the GHC API with profiling
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 74589ae5ee..944914ed69 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -241,6 +241,7 @@ GhcStage3HcOpts=-O2 GhcProfiled=NO GhcDebugged=NO +GhcLibProfiled=NO # Build shared and/or static libs? BuildSharedLibs=@BuildSharedLibs@ |