Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
dd1639cd
Commit
dd1639cd
authored
Feb 21, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: be sexy by default aka apply -DNDEBUG
parent
5c3061c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
extras/contrib/bootstrap
extras/contrib/bootstrap
+4
-7
No files found.
extras/contrib/bootstrap
View file @
dd1639cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment