Changeset 181

Show
Ignore:
Timestamp:
11/02/06 21:31:54 (2 years ago)
Author:
gbooker
Message:

Use -O3 instead (more debuggable).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/createStaticLibs.sh

    r180 r181  
    4646if [ "$BUILD_STYLE" = "Development" ] ; then 
    4747        cd libavcodec 
    48         export CFLAGS="-O3 -fomit-frame-pointer"; make h264.o cabac.o 
     48        export CFLAGS="-O1 -fomit-frame-pointer"; make h264.o cabac.o 
    4949        unset CFLAGS; 
    5050        cd ..