kepka icon indicating copy to clipboard operation
kepka copied to clipboard

Improve pch usage

Open crackedmind opened this issue 8 years ago • 1 comments

crackedmind avatar Nov 28 '17 09:11 crackedmind

  • Use IWYU - makes better code
  • Put only system headers in the pch
  • cotire had problems with pch when using sub-directories targets, investigate if using only system headers will make it work correctly.
    • provide an add_pch() macro to set up common stdafx header for sub-targets

berkus avatar Nov 28 '17 09:11 berkus