ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/configure.ac
(Generate patch)

Comparing Frodo4/Src/configure.ac (file contents):
Revision 1.3 by cebix, 2003-07-01T19:04:37Z vs.
Revision 1.4 by cebix, 2003-07-01T19:30:24Z

# Line 12 | Line 12 | AC_PROG_CPP
12   AC_PROG_MAKE_SET
13   AC_PROG_INSTALL
14  
15 < dnl Don't want the default "-O2 -g" that autoconf uses for gcc.
15 > dnl -fomit-frame-pointer makes things faster
16   if [[ x"$GXX" = "xyes" ]]; then
17 <  CFLAGS="-O2 -g -fomit-frame-pointer -Wall -Wno-unused -Wno-format"
17 >  CFLAGS="$CFLAGS -fomit-frame-pointer -fno-exceptions"
18   fi
19  
20   UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
# Line 151 | Line 151 | fi
151   rm -f conftest*
152  
153   if [[ "$HAVEGCC27" = "y" -a "$HAVEI386" = "y" ]]; then
154 < # Don't want strength-reduce on the i386, makes the code slower usually.
155 <  CFLAGS="$CFLAGS -fno-strength-reduce -DREGPARAM=\"__attribute__((regparm(3)))\""
154 >  CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regparm(3)))\""
155   elif [[ "$TARGET" = "amigaos" ]]; then
156    CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regargs(4)))\" "
157   else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines