ya_cpp.make.inc 161 B

1234567
  1. # This file should be included in all YT projects (including YT ORM installations).
  2. IF (NOT MSVC)
  3. CXXFLAGS(
  4. -Wdeprecated-this-capture
  5. )
  6. ENDIF()