RFR: 8347909: Automatic precompiled.hpp inclusion

Stefan Karlsson stefank at openjdk.org
Thu Jan 16 15:52:37 UTC 2025


On Thu, 16 Jan 2025 14:31:25 GMT, Erik Joelsson <erikj at 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


More information about the build-dev mailing list