• Victor Stinner's avatar
    bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) · a05bef4f
    Victor Stinner yazdı
    Visual Studio solution: Set InlineFunctionExpansion to
    OnlyExplicitInline ("/Ob1" option) on all projects (in
    pyproject.props) in Debug mode on Win32 and x64 platforms to expand
    functions marked as inline.
    
    This change should make Python compiled in Debug mode a little bit
    faster on Windows. On Unix, GCC uses -Og optimization level for
    ./configure --with-pydebug.
    a05bef4f
2018-10-26-14-49-19.bpo-35059.PKsBxP.rst 232 Bytes