Skip to content

Commit

Permalink
chore: set c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Dec 20, 2024
1 parent 8546531 commit 8e504e8
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 @@ -87,7 +87,7 @@
sources=sources,
include_dirs=[uchardet_dir],
language="c++",
extra_compile_args=['-std=c++11'],
extra_compile_args=['-std=c++14'],
)
],
)

0 comments on commit 8e504e8

Please sign in to comment.