Skip to content

Commit

Permalink
Compilation flags change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Dec 5, 2024
1 parent caf75be commit f29f986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ def get_libboost_python_name():
STPYV8_BOOST_PYTHON.replace(".", ""),
]

extra_compile_args.append("-Wno-strict-aliasing")
extra_compile_args.append("-Wno-array-bounds")

if platform.system() in ("Linux",):
libraries.append("rt")
extra_compile_args.append("-std=c++2a")
Expand Down

0 comments on commit f29f986

Please sign in to comment.