Hello! What host capabilites are required to use precompiled headers? The sources seem to imply that mmap() is required to load a PCH to fixed address. What happens if a host doesn't support mmap? To which address the PCH will be loaded? Is it possible to disable generating/using precompiled headers for hosts that don't support it? Thank you, Gunther