We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ceec0 commit a82d3d9Copy full SHA for a82d3d9
1 file changed
setup.py
@@ -57,10 +57,10 @@ def finalize_options(self) -> None:
57
],
58
define_macros=defines,
59
extra_compile_args=[
60
- #"-O3",
61
- #"-std=c99",
62
- #"-Wall",
63
- #not_on_windows("-Wextra"),
+ "-O3",
+ "-std=c99",
+ "-Wall",
+ not_on_windows("-Wextra"),
64
#'-DDIFF_ENGINE_VERSION="0.1.0"',
65
66
extra_link_args=["-lm"] if platform.system().lower() != "windows" else [],
0 commit comments