I’m setting up a JUCE CLion project on Windows, and seeing that CLion can use the already installed VS 2019 toolchain, I chose that. However I’m getting a compile error:
cl : Command line error D8021 : invalid numeric argument '/Wno-strict-aliasing
Should I be using MingW or Cygwin toolchains instead?