summaryrefslogtreecommitdiff
path: root/mk/build.mk.sample
diff options
context:
space:
mode:
authorGeoffrey Mainland <gmainlan@microsoft.com>2013-07-02 21:30:33 +0100
committerGeoffrey Mainland <gmainlan@microsoft.com>2013-07-02 21:31:25 +0100
commitfdc3761834185c38dcec1faedabe08065bd66bed (patch)
tree47b4bee2b5ce86cda3567fa75060401714a4dddb /mk/build.mk.sample
parent67aacde3c9ec04b6e8e8e1d921001b218eb5244f (diff)
downloadhaskell-fdc3761834185c38dcec1faedabe08065bd66bed.tar.gz
Do not build dynamic libraries with the perf-llvm BuildFlavour.
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r--mk/build.mk.sample4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 7036fad5f1..1b05ddee6a 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -81,10 +81,6 @@ GhcHcOpts = -Rghc-timing
GhcLibHcOpts = -O2
GhcLibWays += p
-ifeq "$(PlatformSupportsSharedLibs)" "YES"
-GhcLibWays += dyn
-endif
-
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO