enable debug for CI
It turns on quite a few useful asserts.
This commit is contained in:
parent
cb58d7d960
commit
7ed9760ab9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -121,6 +121,7 @@ jobs:
|
||||
- name: Configure libvips
|
||||
run:
|
||||
./autogen.sh
|
||||
--enable-debug
|
||||
--disable-dependency-tracking
|
||||
--disable-deprecated || (cat config.log && exit 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user