Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Apr 26, 2022
2 parents df70c55 + 08f8839 commit 3c1ed93
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 @@ -49,7 +49,7 @@
sources=["pyxcp/recorder/lz4.cpp", "pyxcp/recorder/wrap.cpp"],
define_macros=[("EXTENSION_NAME", EXT_NAMES[0]), ("NDEBUG", 1)],
optional=False,
cxx_std="17",
cxx_std=17,
),
]
else:
Expand Down

0 comments on commit 3c1ed93

Please sign in to comment.