Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-gasc authored Oct 10, 2024
1 parent 0974b14 commit cb36b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LDFLAGS ?= ""
CFLAGS ?= "-O0 -Wno-incompatible-pointer-types"
CFLAGS ?= "-O0 -Wno-incompatible-pointer-types -Wno-unreachable-code"

PYAV_PYTHON ?= python
PYAV_PIP ?= pip
Expand Down

0 comments on commit cb36b00

Please sign in to comment.