summaryrefslogtreecommitdiffstats
path: root/prt-get/README
diff options
context:
space:
mode:
Diffstat (limited to 'prt-get/README')
-rw-r--r--prt-get/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/prt-get/README b/prt-get/README
new file mode 100644
index 0000000..04d81d0
--- /dev/null
+++ b/prt-get/README
@@ -0,0 +1,9 @@
+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=i686 -pipe"