From d9860b5d193a3cac10a39b005d8f70a9f8deed07 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Wed, 14 May 1997 02:40:34 +0200 Subject: [PATCH] Removed -funroll-loops. It sometimes bugs.. Rev: src/configure.in:1.94 --- src/configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/configure.in b/src/configure.in index c56aee0cbc..bda603f425 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.93 1997/05/07 06:27:30 per Exp $") +AC_REVISION("$Id: configure.in,v 1.94 1997/05/14 00:40:34 per Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -159,10 +159,6 @@ if test $cflags_is_set = no; then AC_SYS_CPU_COMPILER_FLAG(sun4m,-mv8,microsparc) AC_SYS_CPU_COMPILER_FLAG(sun4d,-msupersparc,supersparc) AC_SYS_CPU_COMPILER_FLAG(sun4u,-msupersparc,ultrasparc) - -### Generic GCC options. O2 and -funroll-loops makes some code _much_ faster, -### especially the image module. - AC_SYS_COMPILER_FLAG(-funroll-loops,unroll_loops) else ### Non-gcc thingies. This should probably be enhanced... -- GitLab