Add defGHCConfOptions option

This commit is contained in:
2024-03-31 17:11:42 +08:00
parent 700cf74001
commit 243b200fb8
6 changed files with 77 additions and 30 deletions

View File

@@ -128,3 +128,12 @@ mirrors:
authority:
host: "mirror.sjtu.edu.cn"
# Arguments to pass to the configure script of the prebuilt bindist.
#
# Do not pass '--prefix' here.
#
# GHCup by default passes '--disable-ld-override', so if you want to enable
# the vanilla way, which aggressively favors 'ld.gold' linker, add the following:
def-ghc-conf-options:
- "--enable-ld-override"