Changeset 1089
- Timestamp:
- 07/02/09 01:11:00 (9 months ago)
- Files:
-
- trunk/createStaticLibs.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/createStaticLibs.sh
r1079 r1089 14 14 buildid_ffmpeg="${buildid_ffmpeg}Dev" 15 15 else 16 optcflags="-falign-loops=16 -fweb -fstrict-aliasing -finline-limit=1000 "16 optcflags="-falign-loops=16 -fweb -fstrict-aliasing -finline-limit=1000 -freorder-blocks" 17 17 buildid_ffmpeg="${buildid_ffmpeg}Dep" 18 18 fi … … 114 114 if [ "$BUILD_STYLE" != "Development" ] ; then 115 115 optcflags="$optcflags -mtune=$x86tune -frerun-cse-after-loop" 116 appendcflags="-fno-unswitch-loops" #these disable things in -O3 so must be at the end 116 117 fi 117 118 … … 132 133 cd .. 133 134 fi 135 136 perl -pi -e "s/-O3/-O3 $appendcflags/g" config.mak 137 134 138 make -j3 135 139 fi
