Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nop404
VLC-Android
Commits
7b2689bd
Commit
7b2689bd
authored
5 years ago
by
Thomas Guillem
Browse files
Options
Downloads
Patches
Plain Diff
buildsystem: disable branch-protection for debug builds
In order to be able to use gdb.
parent
3d731337
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildsystem/compile-libvlc.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile-libvlc.sh
with
1 addition
and
1 deletion
buildsystem/compile-libvlc.sh
+
1
−
1
View file @
7b2689bd
...
...
@@ -528,7 +528,7 @@ export ac_cv_func_tfind=no
if
[
!
-e
./config.h
-o
"
$AVLC_RELEASE
"
=
1
]
;
then
VLC_CONFIGURE_DEBUG
=
""
if
[
!
"
$AVLC_RELEASE
"
=
1
]
;
then
VLC_CONFIGURE_DEBUG
=
"--enable-debug"
VLC_CONFIGURE_DEBUG
=
"--enable-debug
--disable-branch-protection
"
fi
CFLAGS
=
"
${
VLC_CFLAGS
}
"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment