Skip to content

Commit

Permalink
Build STPyV8 using the C++20 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jul 10, 2024
1 parent b5441b6 commit 85086d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_libboost_python_name():
STPYV8_BOOST_PYTHON.replace(".", ""),
]

extra_compile_args.append("-std=c++17")
extra_compile_args.append("-std=c++20")

if platform.system() in ("Linux",):
libraries.append("rt")
Expand Down

0 comments on commit 85086d8

Please sign in to comment.