Remove 'BuildFlavour = quick' since it doesn't have any effect

This commit is contained in:
Julian Ospald 2018-10-17 10:17:27 +08:00
parent b2b020eff3
commit 2eb9549a6c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

1
ghcup
View File

@ -913,7 +913,6 @@ compile_ghc() {
edo cat "${build_config}" > mk/build.mk edo cat "${build_config}" > mk/build.mk
else else
cat <<-EOF > mk/build.mk || die cat <<-EOF > mk/build.mk || die
BuildFlavour = quick
V=0 V=0
BUILD_MAN = NO BUILD_MAN = NO
BUILD_SPHINX_HTML = NO BUILD_SPHINX_HTML = NO