[Lunar-commits] <moonbase> vlc: Adding a BUILD to enable release and not use debug.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 5 12:53:37 CET 2008


commit f643c425a458ac1f12d58231969f754f44679d21
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 5 06:53:37 2008 -0500

    vlc: Adding a BUILD to enable release and not use debug.
---
 video/vlc/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/video/vlc/BUILD b/video/vlc/BUILD
new file mode 100644
index 0000000..fbcb0b9
--- /dev/null
+++ b/video/vlc/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --enable-release"
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list