pytorch
882b67df - Drop incremental linking on Windows with REL_WITH_DEB_INFO=1. (#64892)

Commit
4 years ago
Drop incremental linking on Windows with REL_WITH_DEB_INFO=1. (#64892) Summary: The library will no longer link properly on VS 2019 (14.29.30133). To ensure that engineers building on Windows can use and debug with this build type, incremental linking needs to be turned off for this build flag. Verified that this build type successfully builds, links, and provides debuggable Python modules on Windows. Pull Request resolved: https://github.com/pytorch/pytorch/pull/64892 Reviewed By: jbschlosser Differential Revision: D30902565 Pulled By: malfet fbshipit-source-id: e5286a4c6f45c7cbe4cdc1b98560129bd386970b
Author
Nick Kreeger
Parents
Loading