Advertisement
Guest User

Untitled

a guest
Jan 25th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --- sc.32/contrib/sasc-ng/configure 2010-05-13 20:52:54.790808412 +0200
  2. +++ sc.36/contrib/sasc-ng/configure 2010-11-28 15:28:10.725369148 +0100
  3. @@ -23,7 +23,7 @@
  4.  
  5. #try to figure out best FFdecsa compiler options
  6. get_cpu_optimization() {
  7. - FLAGS="FLAGS=-O3 -fexpensive-optimizations -funroll-loops"
  8. + FLAGS="FLAGS=-O2 -fexpensive-optimizations -funroll-loops"
  9. arch=`uname -m`
  10. processors_flags=`cat /proc/cpuinfo | grep "flags" | head -n 1`
  11. vendor=`cat /proc/cpuinfo |grep "vendor_id" | head -n 1 | sed -e "s/.*:\W*//"`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement