aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows/build-simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/windows/build-simple.sh')
-rwxr-xr-xstandalone/windows/build-simple.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh
index 209758aff..eaa6d1f90 100755
--- a/standalone/windows/build-simple.sh
+++ b/standalone/windows/build-simple.sh
@@ -25,14 +25,5 @@ cabal install --only-dependencies || true
# Build git-annex
withcyg cabal configure
withcyg cabal build || true
-
-# Works around link failure https://ghc.haskell.org/trac/ghc/ticket/8596
-# using a response file.
ghc --make Build/EvilLinker
Build/EvilLinker
-
-#withcyg rm -f build.log gcc.opt
-#withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1 || true
-#withcyg grep 'dist\\build\\git-annex\\git-annex.exe' build.log | withcyg grep -v Linking | withcyg sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt
-#PATH="$HP/mingw/bin:$PATH"
-#gcc @gcc.opt