core/prt-get
2020-10-19 13:54:11 +00:00
..
.footprint prt-get: update to 5.19.5, adjust prt-get.aliases 2020-10-16 10:01:34 +00:00
.signature prt-get: add mariadb:mysql to prt-get.aliases 2020-10-19 13:54:11 +00:00
Pkgfile prt-get: add mariadb:mysql to prt-get.aliases 2020-10-19 13:54:11 +00:00
prt-get.aliases prt-get: add mariadb:mysql to prt-get.aliases 2020-10-19 13:54:11 +00:00
prt-get.conf ports, prt-get: set compat-32 repo to inactive by default 2012-12-23 00:25:10 -06:00
README prt-get: README: recommend -march=x86-64 2017-01-29 18:32:03 +01:00

NOTE:

Some people have reported problems when using optimizations larger than
-O2; typical symptoms are "prt-get install X" saying that a package is
installed while "prt-get update X" saying it's not, or "prt-get listinst"
printing just nothing.

If you experience strange effects, please try recompiling with 
   CXXFLAGS="-O2 -march=x86-64 -pipe"