This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perlbrew install perl-5.16.3 -Dusethreads \ | |
-Duselargefiles -Dcccdlflags=-fPIC -Doptimize=-O2 \ | |
-Duseshrplib -Duse64bitall -Darchname=x86_64-linux-gnu \ | |
--as threaded-perl-5.16.3 |
PS: This is optimized for my linux distro (archlinux 64bits).