From c90f796a18c7b5bfd8f2c0e16236e373c02693a6 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 13 Oct 1999 03:52:39 +0000 Subject: [PATCH] Remove -malign-double from the lib build. Repair a mem leak in the examples and xmms module; vorbis_info_clear() has to come *after* vorbis_dsp_clear() Monty svn path=/trunk/vorbis/; revision=148 --- configure | 4 ++-- configure.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 62c67cb..070f6e9 100755 --- a/configure +++ b/configure @@ -931,8 +931,8 @@ else case $host in i?86-*-linux*) DEBUG="-g -Wall -fsigned-char" - OPT="-O20 -ffast-math -malign-double -fsigned-char" - PROFILE="-pg -g -O20 -malign-double -D__NO_MATH_INLINES -fsigned-char";; + OPT="-O20 -ffast-math -fsigned-char" + PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char";; sparc-sun-*) DEBUG="-g -Wall -fsigned-char -mv8" OPT="-O20 -ffast-math -fsigned-char -mv8" diff --git a/configure.in b/configure.in index b0bef4e..2129136 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.3 1999/10/12 08:37:54 xiphmont Exp $ +# $Id: configure.in,v 1.4 1999/10/13 03:52:39 xiphmont Exp $ AC_INIT(lib/mdct.c) #AC_CONFIG_HEADER(config.h) @@ -45,8 +45,8 @@ else case $host in i?86-*-linux*) DEBUG="-g -Wall -fsigned-char" - OPT="-O20 -ffast-math -malign-double -fsigned-char" - PROFILE="-pg -g -O20 -malign-double -D__NO_MATH_INLINES -fsigned-char";; + OPT="-O20 -ffast-math -fsigned-char" + PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char";; sparc-sun-*) DEBUG="-g -Wall -fsigned-char -mv8" OPT="-O20 -ffast-math -fsigned-char -mv8" -- 2.7.4