You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
267B

  1. {
  2. "$schema": "../res/toolchain-schema.json",
  3. "compiler_id": "msvc",
  4. "flags": [
  5. "/Zc:preprocessor",
  6. "/std:c++latest",
  7. "/DNOMINMAX",
  8. ],
  9. "link_flags": [
  10. "rpcrt4.lib",
  11. ],
  12. // "debug": true,
  13. "optimize": true
  14. }