Skip to content

Commit

Permalink
Use cxx_std option
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Feb 2, 2022
1 parent 944cc5f commit 6dc3aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyxcp/recorder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
include_dirs=[INCLUDE_DIRS],
sources=["lz4.cpp", "wrap.cpp"],
define_macros=[("EXTENSION_NAME", EXT_NAMES[0])],
cxx_std="17",
),
]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
sources=["pyxcp/recorder/lz4.cpp", "pyxcp/recorder/wrap.cpp"],
define_macros=[("EXTENSION_NAME", EXT_NAMES[0]), ("NDEBUG", 1)],
optional=False,
cxx_std="17",
),
]
else:
Expand Down

0 comments on commit 6dc3aae

Please sign in to comment.