[jdk11u-dev] RFR: JDK-8286630: [11] avoid -std=c++11 CXX harfbuzz buildflag on Windows

Martin Doerr mdoerr at openjdk.java.net
Thu May 12 10:23:55 UTC 2022


On Thu, 12 May 2022 09:43:55 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The Visual Studio compilers (checked VS2013 and VS2017) do not know this flag, output is
> cl : Command line warning D9002 : ignoring unknown option '-std=c+11'
> 
> So the flag should be avoided on Windows.

Shouldn't `-std:c++11` be used on Windows?

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1081


More information about the jdk-updates-dev mailing list