summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 774d566a..3a3889cf 100755
--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,7 @@ if WINDOWS:
"psapi", "kernel32", "advapi32", "shell32", "netapi32",
"wtsapi32", "ws2_32", "PowrProf", "pdh",
],
- # extra_compile_args=["/Z7"],
+ # extra_compile_args=["/W 4"],
# extra_link_args=["/DEBUG"]
)