On Thu, 16 Jan 2025 14:31:25 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> > I believe I had cases where I explicitly needed to avoid using the > > precompiled mechanism for a file. That is still possible, right? > > That should still be possible using the exclude parameter to > SetupNativeCompilation. JvmOverrideFiles.gmk contains code to exclude files from using precompiled headers. I looked at one of the cmdline files for one of those files and can see that that file is still compiled without precompiled headers as expected. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23146#issuecomment-2596081513