caide.ini 425 B

123456789101112131415161718192021
  1. [core]
  2. features:
  3. language: cpp
  4. [cpp]
  5. clang_options: -target,
  6. i386-pc-mingw32,
  7. -nostdinc,
  8. -isystem,
  9. /home/include/c++,
  10. -isystem,
  11. /home/include/c++/i686-w64-mingw32,
  12. -isystem,
  13. /home/include/crt,
  14. -I,
  15. /home/cpplib,
  16. -std=c++1z,
  17. -fparse-all-comments,
  18. -DONLINE_JUDGE
  19. keep_macros: _WIN32,_WIN64,_MSC_VER,__GNUC__,__cplusplus
  20. max_consequent_empty_lines: 2