Skip to content

Commit a82d3d9

Browse files
committed
comment out version
1 parent a0ceec0 commit a82d3d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def finalize_options(self) -> None:
5757
],
5858
define_macros=defines,
5959
extra_compile_args=[
60-
#"-O3",
61-
#"-std=c99",
62-
#"-Wall",
63-
#not_on_windows("-Wextra"),
60+
"-O3",
61+
"-std=c99",
62+
"-Wall",
63+
not_on_windows("-Wextra"),
6464
#'-DDIFF_ENGINE_VERSION="0.1.0"',
6565
],
6666
extra_link_args=["-lm"] if platform.system().lower() != "windows" else [],

0 commit comments

Comments
 (0)