Skip to content
  • Henrik Gramner's avatar
    msvs/icl: Improve default CFLAGS · 51d8aa09
    Henrik Gramner authored and Anton Mitrofanov's avatar Anton Mitrofanov committed
    Use -fp:fast as a substitute for -ffast-math.
    Increase warning level from -W0 to -W1 (the default setting).
    Disable -GS (stack cookies) on MSVS. It's disabled by default on ICL.
    51d8aa09