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

Christoph Langer clanger at openjdk.java.net
Thu May 12 22:36: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.

Looks good. Windows GHA error seems unrelated.

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

Marked as reviewed by clanger (Reviewer).

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


More information about the jdk-updates-dev mailing list