Skip to content
Snippets Groups Projects
Commit d9860b5d authored by Per Hedbor's avatar Per Hedbor
Browse files

Removed -funroll-loops. It sometimes bugs..

Rev: src/configure.in:1.94
parent 5e20a470
No related branches found
No related tags found
No related merge requests found
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...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment