|
@@ -240,7 +240,7 @@ buildLibVLC() {
|
|
if [ "$DEBUG" = "yes" ]; then
|
|
if [ "$DEBUG" = "yes" ]; then
|
|
OPTIM="-O0 -g"
|
|
OPTIM="-O0 -g"
|
|
else
|
|
else
|
|
- OPTIM="-O3 -g"
|
|
|
|
|
|
+ OPTIM="-O3"
|
|
fi
|
|
fi
|
|
|
|
|
|
if [ "$TVOS" = "yes" ]; then
|
|
if [ "$TVOS" = "yes" ]; then
|
|
@@ -428,8 +428,6 @@ buildLibVLC() {
|
|
|
|
|
|
if [ "$DEBUG" = "yes" ]; then
|
|
if [ "$DEBUG" = "yes" ]; then
|
|
DEBUGFLAG="--enable-debug"
|
|
DEBUGFLAG="--enable-debug"
|
|
- else
|
|
|
|
- DEBUGFLAG="--disable-debug"
|
|
|
|
fi
|
|
fi
|
|
|
|
|
|
if [ "$SCARY" = "yes" ]; then
|
|
if [ "$SCARY" = "yes" ]; then
|