From e5918de7af9f1449d6e245f8cc1953881707ffd7 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 4 Sep 2021 15:59:14 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c796cb2..1c2430b 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ for a list of all available options. If you need to overwrite the existing `build.mk`, check the default files in [data/build_mk](./data/build_mk), copy them somewhere, adjust them and pass `--config path/to/build.mk` to `ghcup compile ghc`. +Common `build.mk` options are explained [here](https://gitlab.haskell.org/ghc/ghc/-/wikis/building/using#build-configuration). Make sure your system meets all the [prerequisites](https://gitlab.haskell.org/ghc/ghc/-/wikis/building/preparation).