Skip to content
Snippets Groups Projects

Disable optimization when building Cabal

Merged Ben Gamari requested to merge armv7 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -48,7 +48,7 @@ RUN git clone https://github.com/haskell/Cabal
WORKDIR /Cabal
RUN git checkout cabal-install-v2.4.1.0
WORKDIR /Cabal/cabal-install
RUN ./bootstrap.sh --global --no-doc
RUN EXTRA_CONFIGURE_OPTS=--disable-optimization ./bootstrap.sh --global --no-doc
RUN ls /Cabal/cabal-install/dist/build
Loading