29 Jan
2017
29 Jan
'17
5:31 p.m.
commit b5c970095bb129d6eb7b5764ee570862bf51b02a Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Jan 29 18:32:03 2017 +0100 prt-get: README: recommend -march=x86-64 diff --git a/prt-get/README b/prt-get/README index 04d81d0..305e6e6 100644 --- a/prt-get/README +++ b/prt-get/README @@ -6,4 +6,4 @@ 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" + CXXFLAGS="-O2 -march=x86-64 -pipe"