*** makepkg.conf 2011-03-06 16:58:12.109630072 -0500 --- makepkg.conf.new 2011-03-06 16:59:47.288577964 -0500 *************** *** 29,36 **** #-- Exclusive: will only run on @CARCH@ # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family ! CFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe" ! CXXFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe" LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" --- 29,36 ---- #-- Exclusive: will only run on @CARCH@ # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family ! CFLAGS="-march=native -O2 -pipe" ! CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2"