Skip to content
  • Brad King's avatar
    Intel: Fix compiler extension flags on Windows · 881585f9
    Brad King authored
    The extension flags enabled by commit v3.6.0-rc1~120^2~1 (Features:
    Record standard flags for Intel C/C++ on Windows, 2016-04-18) of the
    form `-Qstd=gnu++11` are not supported by the Intel C/C++ Compiler for
    Windows.  Fall back to using the non-extension form of the flags.
    
    Issue: #16384
    881585f9