psmedley / gcc

GNU General Public License v2.0
7 stars 1 forks source link

PCH Support #1

Open SilvanScherrer opened 12 years ago

SilvanScherrer commented 12 years ago

We should try to fix support for pre-compiled headers for GCC on OS/2 - this should speed up compilation time for QT as well as for other projects.

here is what Paul said some month ago: I have already tried to implement this using the cygwin approach & using Yuri's mmap library - but seems it doesn't work for this stuff :( The stuff in host-cygwin.c is part of what was added back in GCC 3.4.6 days for pch support - if anyone has ideas on how to implement on OS/2 I'd be happy to accept a host-emx.c :)