Skip to content

Intel: Fix compiler extension flags on Windows

The extension flags enabled by commit 9addce99 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 (closed)

Merge request reports