mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix
This commit is contained in:
commit
f369c4dd20
@ -13,9 +13,11 @@ AC_ARG_ENABLE(
|
||||
[debug],
|
||||
AC_HELP_STRING([--enable-debug],[compile with debug information (no)]),
|
||||
[
|
||||
DEBUG_CFLAGS="-g -DDEBUG"
|
||||
if test x"$enable_optimization" = x"no"; then
|
||||
OPTIMIZATION_CFLAGS=""
|
||||
if test x"$enable_debug" = xyes ; then
|
||||
DEBUG_CFLAGS="-g -DDEBUG"
|
||||
if test x"$enable_optimization" = x"no"; then
|
||||
OPTIMIZATION_CFLAGS=""
|
||||
fi
|
||||
fi
|
||||
])
|
||||
AC_ARG_ENABLE(
|
||||
|
Loading…
Reference in New Issue
Block a user