perl-Glib r1057 - trunk



Author: tsch
Date: Sun Jan 18 13:37:35 2009
New Revision: 1057
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1057&view=rev

Log:
Use the above to create a 'precompiled-headers' target that precompiles
gperl.h.  This speeds up the compilation of Glib by 16% on my machine.


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/Makefile.PL

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Sun Jan 18 13:37:35 2009
@@ -212,6 +212,7 @@
 	\$(NOECHO) $^X apidoc.pl xsapi.pod.head xsapi.pod.foot build/doc.pl > \$@
 
 "
+	     . Glib::MakeHelper->postamble_precompiled_headers (qw/gperl.h/)
 	     . Glib::MakeHelper->postamble_clean ()
 	     . Glib::MakeHelper->postamble_docs_full (
 			DEPENDS => $glib,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]