Commit b8d77ded authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove --enable-release which has no effects

parent 0f1ea875
...@@ -1567,13 +1567,6 @@ AS_IF([test "${enable_coverage}" != "no"], [ ...@@ -1567,13 +1567,6 @@ AS_IF([test "${enable_coverage}" != "no"], [
LDFLAGS_save="${LDFLAGS}" LDFLAGS_save="${LDFLAGS}"
]) ])
dnl
dnl Enable release-specific flags
dnl
AC_ARG_ENABLE(release,
[ --enable-release activate extra optimizations (default disabled)])
test "${enable_release}" != "yes" && enable_release="no"
dnl dnl
dnl Stream output dnl Stream output
dnl dnl
...@@ -4949,7 +4942,6 @@ test "${enable_debug}" = "yes" && printf "debug " ...@@ -4949,7 +4942,6 @@ test "${enable_debug}" = "yes" && printf "debug "
test "${enable_cprof}" = "yes" && printf "cprof " test "${enable_cprof}" = "yes" && printf "cprof "
test "${enable_gprof}" = "yes" && printf "gprof " test "${enable_gprof}" = "yes" && printf "gprof "
test "${enable_optimizations}" = "yes" && printf "optim " test "${enable_optimizations}" = "yes" && printf "optim "
test "${enable_release}" = "yes" && printf "release " || printf "devel "
echo "" echo ""
if test "${enable_vlc}" != "no"; then if test "${enable_vlc}" != "no"; then
echo "vlc aliases :${ALIASES}" echo "vlc aliases :${ALIASES}"
......
...@@ -103,7 +103,6 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [ ...@@ -103,7 +103,6 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [
-e "s/@cprof@/${enable_cprof}/" \ -e "s/@cprof@/${enable_cprof}/" \
-e "s/@optim@/${enable_optimizations}/" \ -e "s/@optim@/${enable_optimizations}/" \
-e "s/@debug@/${enable_debug}/" \ -e "s/@debug@/${enable_debug}/" \
-e "s/@release@/${enable_release}/" \
-e "s/@PLUGINS@/${PLUGINS}/" \ -e "s/@PLUGINS@/${PLUGINS}/" \
-e "s/@BUILTINS@/${BUILTINS}/" \ -e "s/@BUILTINS@/${BUILTINS}/" \
-e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" \ -e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" \
......
...@@ -5,7 +5,6 @@ exec_prefix="@exec_prefix@" ...@@ -5,7 +5,6 @@ exec_prefix="@exec_prefix@"
exec_prefix_set=no exec_prefix_set=no
datarootdir="@datarootdir@" datarootdir="@datarootdir@"
release="@release@"
debug="@debug@" debug="@debug@"
gprof="@gprof@" gprof="@gprof@"
cprof="@cprof@" cprof="@cprof@"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment