Skip to content

Commit

Permalink
Travis: Use --enable-debug for Julia build
Browse files Browse the repository at this point in the history
It was previously turned off as an unintended side effect of adding
`--disable-Werror` to the configure flags (as the `libuv.h` from Julia
introduced some warnings)
  • Loading branch information
fingolfin committed Oct 7, 2020
1 parent e8c8b8f commit 38b5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ matrix:
- env: TEST_SUITES="testspecial test-compile testlibgap testkernel"

# test Julia integration
- env: TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror"
- env: TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--enable-debug --disable-Werror"

# build on non-x86 platform
- env: TEST_SUITES="docomp testinstall"
Expand Down

0 comments on commit 38b5bdb

Please sign in to comment.