Staging
v0.5.1
https://github.com/python/cpython
Revision 4b7a02314933c4e96a194e4aba063cd8f89bc132 authored by Ned Deily on 25 October 2013, 07:46:02 UTC, committed by Ned Deily on 25 October 2013, 07:46:02 UTC
of OPT for special build options.  By setting OPT, some compiler-specific
options like -fwrapv were overridden and thus not used, which could result
in broken interpreters when building with clang.
1 parent 5b3582c
Raw File
Tip revision: 4b7a02314933c4e96a194e4aba063cd8f89bc132 authored by Ned Deily on 25 October 2013, 07:46:02 UTC
Issue #19019: Change the OS X installer build script to use CFLAGS instead
Tip revision: 4b7a023
_testcapi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top