Explorar el Código

MobileVLCKit: rework debug compilation flags

Felix Paul Kühne hace 7 años
padre
commit
ee91a958ce
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      buildMobileVLCKit.sh

+ 1 - 3
buildMobileVLCKit.sh

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