Skip to content
Snippets Groups Projects
Commit 7b2689bd authored by Thomas Guillem's avatar Thomas Guillem
Browse files

buildsystem: disable branch-protection for debug builds

In order to be able to use gdb.
parent 3d731337
No related branches found
No related tags found
No related merge requests found
Pipeline #13379 passed with stage
in 27 minutes and 16 seconds
......@@ -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}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment