Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
37738611
Commit
37738611
authored
Apr 13, 2008
by
Rafaël Carré
Browse files
contribs : propose to build whole contribs with -DNDEBUG to disable
assertions in release builds
parent
aba5ca0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/bootstrap
View file @
37738611
...
...
@@ -289,3 +289,15 @@ if git help >/dev/null 2>&1; then
else
echo
"You do not have a Git client in your PATH."
>
&2
fi
if
test
-z
"
$CONTRIBS_RELEASE
"
;
then
set
+x
echo
echo
"***********************************************************"
echo
"* If you are building contribs for a release build of VLC *"
echo
"* Please run CONTRIBS_RELEASE=sexy ./bootstrap *"
echo
"***********************************************************"
else
echo
"EXTRA_CFLAGS += -DNDEBUG"
>>
config.mak
echo
"EXTRA_CPPFLAGS += -DNDEBUG"
>>
config.mak
fi
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