Skip to content

Commit 1da5052

Browse files
committed
Disable optimizations during cabal test configure
1 parent 21d6949 commit 1da5052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/travis-complex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ script:
218218
cd dist
219219
tar zxfv "$SRC_TGZ"
220220
cd "$PKGVER"
221-
cabal configure --enable-tests
221+
cabal configure --enable-tests --ghc-options -O0
222222
cabal build
223223
cabal test
224224
cd $ORIGDIR

0 commit comments

Comments
 (0)