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

Matthias Baesken mbaesken at openjdk.java.net
Thu May 12 10:46:02 UTC 2022


On Thu, 12 May 2022 10:20:33 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

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

This gives pretty much the same warning 
cl : Command line warning D9002 : ignoring unknown option '-std:c+11'

so it is unknown to both VS2013 and VS2017  (VS2017 however knows `-std:c++14` but this is out of scope here).

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

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


More information about the jdk-updates-dev mailing list