Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jul 10, 2024
1 parent ed75fe3 commit dadd9a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,10 @@ def get_libboost_python_name():
STPYV8_BOOST_PYTHON.replace(".", ""),
]

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

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


GN_ARGS = " ".join(f"{key}={value}" for key, value in gn_args.items())
Expand Down

0 comments on commit dadd9a6

Please sign in to comment.