[Python-Dev] Precompiled headers

Barry A. Warsaw barry@python.org
Tue, 22 Oct 2002 18:09:42 -0400


>>>>> "JJ" == Jack Jansen <Jack.Jansen@oratrix.com> writes:

    JJ> Gcc on MacOSX has the ability to use precompiled headers, and
    JJ> I was toying with the idea of giving this a try for
    JJ> Python.h. Has anyone tried this, and is it worth the hassle?
    JJ> Also, are precompiled headers an Apple addition to gcc, or are
    JJ> they available on all platforms?

I don't know, but didn't the old NeXTSTEP Objective-C compilers (also
based off of gcc) support pre-compiled headers?

-Barry