ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/staticperl.pod
(Generate patch)

Comparing App-Staticperl/staticperl.pod (file contents):
Revision 1.21 by root, Sat Dec 11 23:28:22 2010 UTC vs.
Revision 1.22 by root, Mon Dec 13 17:25:17 2010 UTC

703 703
704More commonly, you would either activate 64 bit integer support 704More commonly, you would either activate 64 bit integer support
705(C<-Duse64bitint>), or disable large files support (-Uuselargefiles), to 705(C<-Duse64bitint>), or disable large files support (-Uuselargefiles), to
706reduce filesize further. 706reduce filesize further.
707 707
708=item C<PERL_CPPFLAGS>, C<PERL_OPTIMIZE>, C<PERL_LDFLAGS>, C<PERL_LIBS> 708=item C<PERL_CC>, C<PERL_CPPFLAGS>, C<PERL_OPTIMIZE>, C<PERL_LDFLAGS>, C<PERL_LIBS>
709 709
710These flags are passed to perl's F<Configure> script, and are generally 710These flags are passed to perl's F<Configure> script, and are generally
711optimised for small size (at the cost of performance). Since they also 711optimised for small size (at the cost of performance). Since they also
712contain subtle workarounds around various build issues, changing these 712contain subtle workarounds around various build issues, changing these
713usually requires understanding their default values - best look at the top 713usually requires understanding their default values - best look at the top

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines