[vlc-devel] commit: contribs: be sexy by default aka apply -DNDEBUG ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Feb 21 12:58:00 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 21 12:53:05 2009 +0100| [dd1639cd4c46101f65dc4cbd407f6daf9f34d9f5] | committer: Felix Paul Kühne
contribs: be sexy by default aka apply -DNDEBUG
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd1639cd4c46101f65dc4cbd407f6daf9f34d9f5
---
extras/contrib/bootstrap | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 3e41d47..9594145 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -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
More information about the vlc-devel
mailing list