79196752

Date: 2024-11-17 08:19:59
Score: 1
Natty:
Report link

You can add the preprocessor directive

#undef "PCH_HEADER" 

to the beginning of the file where you don't want to use PCH. Alternatively, if you are using a makefile, you can create a separate condition to compile without PCH

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Garnik