Skip to content

Commit

Permalink
Add additional compiler flags to fix newer compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 11, 2024
1 parent 223ddfe commit 789c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _get_freetype_with_pkgconfig():
libraries.extend(["kernel32", "user32", "gdi32"])

# agg C++ is not compatible with gcc 14
extra_compile_args = ["-fpermissive"]
extra_compile_args = ["-fpermissive", "-Wno-pointer-sign"]

setup(
name="aggdraw",
Expand Down

0 comments on commit 789c26e

Please sign in to comment.