Skip to content

Commit

Permalink
debug?
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent bd550a7 commit b69cb30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
jobs:
build:

if: false
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ max-line-length = 88
[tool:pytest]
addopts = --tb=short
testpaths = tests

[build_ext]
debug = 1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def readme():
["src/pillow_avif/_avif.c"],
depends=["avif/avif.h"],
libraries=libraries,
extra_compile_args=["-O0", "-g"],
extra_link_args=["-O0", "-g"],
),
],
package_data={"": ["README.rst"]},
Expand Down

0 comments on commit b69cb30

Please sign in to comment.