| commit | 95fa27d94df39fda5463c6644ff78c364dd4e47f | [log] [tgz] |
|---|---|---|
| author | Cristian Adam <cristian.adam@gmail.com> | Mon Nov 08 16:35:43 2021 +0100 |
| committer | Cristian Adam <cristian.adam@gmail.com> | Mon Nov 08 16:51:18 2021 +0100 |
| tree | 2fae323d4e7718ada5db05fcf79046fd32d07f76 | |
| parent | e137ce0a5243b923ab5fb0be6f5f1bdc9ecf805d [diff] |
PCH: Fix REUSE_FROM when Debug and RelWithDebInfo configs differ If the Debug configuration contains `/ZI` but the RelWithDebInfo doesn't then the copy_pdb_idb.cmake script will cause problems due to the fact that it was common for both configurations but they are incompatible with each other.