[commit: ghc] wip/nfs-locking: Parallelize+optimize compilation of build system (-j -O) (bfd3d32)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:15:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/bfd3d3240107fe70cc0ca806aafab1398c9e25ee/ghc
>---------------------------------------------------------------
commit bfd3d3240107fe70cc0ca806aafab1398c9e25ee
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date: Tue Dec 22 08:54:35 2015 +0100
Parallelize+optimize compilation of build system (-j -O)
>---------------------------------------------------------------
bfd3d3240107fe70cc0ca806aafab1398c9e25ee
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index 1918cdd..f09c30c 100755
--- a/build.sh
+++ b/build.sh
@@ -13,6 +13,7 @@ ghc \
-rtsopts \
-with-rtsopts=-I0 \
-outputdir="$root/.shake" \
+ -j -O \
-o "$root/.shake/build"
"$root/.shake/build" \
More information about the ghc-commits
mailing list