From 994c429c010049a6a0556ce3b0d1af1f86f27867 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 29 Jan 2020 00:08:14 +0100 Subject: Properly handle PID type in C (#1672) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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"] ) -- cgit v1.2.1