
Untitled
By: a guest on
Jan 25th, 2011 | syntax:
None | size: 0.51 KB | hits: 174 | expires: Never
--- sc.32/contrib/sasc-ng/configure 2010-05-13 20:52:54.790808412 +0200
+++ sc.36/contrib/sasc-ng/configure 2010-11-28 15:28:10.725369148 +0100
@@ -23,7 +23,7 @@
#try to figure out best FFdecsa compiler options
get_cpu_optimization() {
- FLAGS="FLAGS=-O3 -fexpensive-optimizations -funroll-loops"
+ FLAGS="FLAGS=-O2 -fexpensive-optimizations -funroll-loops"
arch=`uname -m`
processors_flags=`cat /proc/cpuinfo | grep "flags" | head -n 1`
vendor=`cat /proc/cpuinfo |grep "vendor_id" | head -n 1 | sed -e "s/.*:\W*//"`