Skip to content
Snippets Groups Projects
Commit fc9229df authored by Geoffrey Mainland's avatar Geoffrey Mainland
Browse files

Build statically when using LLVM.

The LLVM back end does not yet work when building dynamically.
parent 8e51a7ab
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,9 @@ ifeq "$(PlatformSupportsSharedLibs)" "YES" ...@@ -85,6 +85,9 @@ ifeq "$(PlatformSupportsSharedLibs)" "YES"
GhcLibWays += dyn GhcLibWays += dyn
endif endif
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO
endif endif
# -------- A Fast build ------------------------------------------------------- # -------- A Fast build -------------------------------------------------------
...@@ -133,6 +136,9 @@ BUILD_DOCBOOK_HTML = NO ...@@ -133,6 +136,9 @@ 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
# -------- Profile the stage2 compiler ---------------------------------------- # -------- Profile the stage2 compiler ----------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment