Browse Source

buildsystem: disable branch-protection for debug builds

In order to be able to use gdb.
merge-requests/509/head
Thomas Guillem 7 years ago
parent
commit
7b2689bd3f
  1. 2
      buildsystem/compile-libvlc.sh

2
buildsystem/compile-libvlc.sh

@ -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}" \

Loading…
Cancel
Save