Show
Ignore:
Timestamp:
08/25/08 17:20:05 (3 months ago)
Author:
astrange
Message:

Use STABS instead of DWARF for now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/createStaticLibs.sh

    r932 r933  
    88 
    99generalConfigureOptions="--disable-muxers --disable-encoders --disable-stripping --enable-pthreads --disable-ffmpeg --disable-network --disable-ffplay --disable-vhook --disable-ffserver" 
    10 sdkflags="-isysroot $SDKROOT -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET -ggdb -Dattribute_deprecated=" 
     10sdkflags="-isysroot $SDKROOT -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET -ggdb -gstabs -Dattribute_deprecated=" 
    1111 
    1212if [ "$BUILD_STYLE" = "Development" ] ; then