summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-01-29 00:08:14 +0100
committerGitHub <noreply@github.com>2020-01-29 00:08:14 +0100
commit994c429c010049a6a0556ce3b0d1af1f86f27867 (patch)
tree0042fbc7c863f2cc1ff3cd81c29d6450f0af6a8e /setup.py
parent0e8e5a983ac7e346224cfaa45856738628c1bdc5 (diff)
downloadpsutil-994c429c010049a6a0556ce3b0d1af1f86f27867.tar.gz
Properly handle PID type in C (#1672)
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"]
)