[jdk11u-dev] Integrated: JDK-8286630: [11] avoid -std=c++11 CXX harfbuzz buildflag on Windows
Matthias Baesken
mbaesken at openjdk.java.net
Fri May 13 10:35:50 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.
This pull request has now been integrated.
Changeset: 844f03b5
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/844f03b522b5c40e5ffdd79da16890b45c3aba99
Stats: 4 lines in 1 file changed: 1 ins; 2 del; 1 mod
8286630: [11] avoid -std=c++11 CXX harfbuzz buildflag on Windows
Reviewed-by: mdoerr, clanger
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1081
More information about the jdk-updates-dev
mailing list