core/prt-get
2022-05-07 14:16:30 +02:00
..
.footprint prt-get: -> 5.19.6; Closes FS#434 2022-05-07 14:16:30 +02:00
.signature prt-get: -> 5.19.6; Closes FS#434 2022-05-07 14:16:30 +02:00
Pkgfile prt-get: -> 5.19.6; Closes FS#434 2022-05-07 14:16:30 +02:00
prt-get.aliases prt-get: add mariadb:mysql to prt-get.aliases 2020-10-19 13:54:11 +00:00
prt-get.conf updated prt-get.conf 2022-04-18 15:45:57 +02: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"