-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
For compiling with MSVC on win32, you have to remove the extra_compile_args, or better still replace it with one suited for MSVC like this one:
extra_compile_args=["/Ot", "/Wall", "/DLZ4_VERSION=\"r119\""]
More information on those flags can be found here:
http://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx
(not sure how you would go about detecting which compiler is going to be used by distutils - I guess checking for environment variables like VCINSTALLDIR is a good bet? or maybe checking if CL.exe is on the PATH but GCC isn't?)
Metadata
Metadata
Assignees
Labels
No labels