remove obsolete debug comments

This commit is contained in:
Stephan Raue 2009-04-26 04:20:11 +02:00
parent 21be1f319a
commit 4d88a52c6b

View File

@ -7,15 +7,8 @@ $SCRIPTS/build SDL
$SCRIPTS/build alsa-lib
$SCRIPTS/build zlib
# for debug (will be removed)
#export CFLAGS="-O -g3 -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
#export CXXFLAGS="-O -g3 -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
#openelec-$TARGET_ARCH
cd $BUILD/$1*
export CXX=$TARGET_CXX
# export CXX=$TARGET_CXX
./configure --host=openelec-$TARGET_ARCH \
--prefix=/usr \
--backend=sdl \