]> git.sesse.net Git - vlc/commitdiff
contribs: be sexy by default aka apply -DNDEBUG
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 21 Feb 2009 11:53:05 +0000 (12:53 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 21 Feb 2009 11:57:52 +0000 (12:57 +0100)
extras/contrib/bootstrap

index 3e41d47a18ecf3dee7e3e994f33af14d52f11145..95941453b7a06ef12aef5920b845d482654ec0d6 100755 (executable)
@@ -345,17 +345,14 @@ else
 fi
 
 if test -z "$CONTRIBS_RELEASE"; then
+    echo "EXTRA_CFLAGS += -DNDEBUG" >> config.mak
     set +x
     echo
     echo "*****************************************************************"
-    echo "* If you are building contribs for a release build of VLC       *"
-    echo "* Please run CONTRIBS_RELEASE=sexy ./bootstrap                  *"
-    echo "*                                                               *"
-    echo "* Ignore this message if you don't compile the 3rd party        *"
-    echo "* libraries your own aka by just running 'make' next.           *"
+    echo "* If you need contribs with all debug information, run the      *"
+    echo "* line and compile the libraries on your own.                   *"
+    echo "* CONTRIBS_RELEASE=no ./bootstrap                               *"
     echo "*****************************************************************"
-else
-    echo "EXTRA_CFLAGS += -DNDEBUG" >> config.mak
 fi
 
 if test $HAVE_DARWIN_9; then