This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Disabling PCH headers


What is the proper format to disable PCH headers?'
I tried:
--disable-pch
--disable-pch-headers
--without-pch
--without-pch-headers

You can't actually disable PCH, but you can disable libstdc++-v3 from attempting to use them while bootstrapping.


--disable-libstdcxx-pch (which was renamed from --disable-pch)

Kelley Cook




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]