diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 16:31:42 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 16:31:42 +0200 |
commit | fcd7ee3c886c435f178230b13d0b0cb0c9c40c53 (patch) | |
tree | abfa8d9a272d739ffe2d92bfcf57d9fd5f7e5157 /old-configure.in | |
parent | 612459488e5810335c493c467c239c40787cc1d3 (diff) | |
download | uxp-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.gz |
Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/old-configure.in b/old-configure.in index 3d6d40e564..0d169d55fd 100644 --- a/old-configure.in +++ b/old-configure.in @@ -720,17 +720,6 @@ if test "$MOZ_PROFILING" -a -z "$STRIP_FLAGS"; then fi dnl ======================================================== -dnl = Enable DMD -dnl ======================================================== - -if test "$MOZ_DMD"; then - if test "${CPU_ARCH}" = "arm"; then - CFLAGS="$CFLAGS -funwind-tables" - CXXFLAGS="$CXXFLAGS -funwind-tables" - fi -fi - -dnl ======================================================== dnl System overrides of the defaults for host dnl ======================================================== case "$host" in @@ -4475,7 +4464,7 @@ fi # Demangle only for debug or DMD builds MOZ_DEMANGLE_SYMBOLS= -if test "$HAVE_DEMANGLE" && test "$MOZ_DEBUG" -o "$MOZ_DMD"; then +if test "$HAVE_DEMANGLE" && test "$MOZ_DEBUG"; then MOZ_DEMANGLE_SYMBOLS=1 AC_DEFINE(MOZ_DEMANGLE_SYMBOLS) fi @@ -5070,7 +5059,7 @@ fi dnl ======================================================== -if test "$MOZ_DEBUG" -o "$MOZ_DMD"; then +if test "$MOZ_DEBUG"; then MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS= fi |