Desc: Allow link-time code generation by disabling precompiled headers URL: http://forums.mozillazine.org/viewtopic.php?t=43232&start=15#320042 Index: js/src/xpconnect/src/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/js/src/xpconnect/src/Makefile.in,v retrieving revision 1.74 diff -s -u -r1.74 Makefile.in --- js/src/xpconnect/src/Makefile.in 7 Jan 2004 13:36:33 -0000 1.74 +++ js/src/xpconnect/src/Makefile.in 25 Feb 2004 04:30:32 -0000 @@ -139,13 +139,3 @@ endif endif - -ifeq ($(OS_ARCH),WINNT) -ifndef GNU_CXX -# use pre-compiled headers -CXXFLAGS += -YX -Fp$(LIBRARY_NAME).pch -# precompiled headers require write accesss to .pch which breaks -j builds -.NOTPARALLEL:: -endif -endif -