Skip to content
Snippets Groups Projects
Commit 2ac9e5b8 authored by Ben Gamari's avatar Ben Gamari Committed by Austin Seipp
Browse files

build.mk.sample: Don't disable dynamic linking for LLVM flavours

parent 8f8bd88c
No related branches found
No related tags found
No related merge requests found
...@@ -84,9 +84,6 @@ GhcHcOpts = -Rghc-timing ...@@ -84,9 +84,6 @@ GhcHcOpts = -Rghc-timing
GhcLibHcOpts = -O2 GhcLibHcOpts = -O2
GhcLibWays += p GhcLibWays += p
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO
endif endif
# -------- A Fast build ------------------------------------------------------- # -------- A Fast build -------------------------------------------------------
...@@ -135,9 +132,6 @@ BUILD_DOCBOOK_HTML = NO ...@@ -135,9 +132,6 @@ BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO BUILD_DOCBOOK_PS = NO
BUILD_DOCBOOK_PDF = NO BUILD_DOCBOOK_PDF = NO
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO
endif endif
# -------- A Fast build configured for cross-compilation ---------------------- # -------- A Fast build configured for cross-compilation ----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment