RFR: 8282359: Intermittent WebKit build failure on Windows: C1090: PDB API call failed, error code 23
Kevin Rushforth
kcr at openjdk.org
Mon Apr 3 13:36:09 UTC 2023
On Sun, 2 Apr 2023 09:29:40 GMT, Johan Vos <jvos at openjdk.org> wrote:
> do you have insight in why removing the debug flag "fixes" the problem? Are we sure that there is not something wrong below the surface that becomes visible in case
The problem is triggered by the generation of the PDB files. PDB files are generated either when the `/Zi` flag is added at compile time or when the `/DEBUG` flag is added at link time. This PR removes both flags.
As a follow-up, we should make sure that the PDB files are generated for DebugNative builds (which are currently broken).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1079#issuecomment-1494333019
More information about the openjfx-dev
mailing list