On Fri, 31 Mar 2023 07:57:11 GMT, Hima Bindu Meda <hm...@openjdk.org> wrote:
> In Jenkins Build, the intermediate failure on windows is observed due to > crash in mspdbserv.exe, which generates Program database (.pdb) files. > Disabled the pdb file generation in order to resolve the build failure. > Sanity testing looks fine. Verified build on windows, mac and linux. I'll do some additional testing early next week. I do have one quick request: Rather than removing or commenting out the compiler and linker flags, can you use `if (PORT STREQUAL "Java")` (or `if (NOT PORT STREQUAL "Java")`) as was done in #1073 ? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1079#issuecomment-1492977290