]> git.pld-linux.org Git - packages/Frodo.git/blob - Frodo-opt.patch
- dropped pre-cvs changelog
[packages/Frodo.git] / Frodo-opt.patch
1 diff -urN Frodo-4.1b.org/Src/configure.in Frodo-4.1b/Src/configure.in
2 --- Frodo-4.1b.org/Src/configure.in     Sat Feb 22 15:26:14 2003
3 +++ Frodo-4.1b/Src/configure.in Sat Feb 22 15:27:46 2003
4 @@ -10,11 +10,6 @@
5  AC_PROG_CPP
6  AC_PROG_MAKE_SET
7  
8 -dnl Don't want the default "-O2 -g" that autoconf uses for gcc.
9 -if [[ x"$GXX" = "xyes" ]]; then
10 -  CFLAGS="-O2 -g -fomit-frame-pointer -Wall -Wno-unused -Wno-format"
11 -fi
12 -
13  UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
14  UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
15  
16 @@ -153,7 +148,7 @@
17  
18  if [[ "$HAVEGCC27" = "y" -a "$HAVEI386" = "y" ]]; then
19  # Don't want strength-reduce on the i386, makes the code slower usually.
20 -  CFLAGS="$CFLAGS -fno-strength-reduce -DREGPARAM=\"__attribute__((regparm(3)))\""
21 +  CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regparm(3)))\""
22  elif [[ "$TARGET" = "amigaos" ]]; then
23    CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regargs(4)))\" "
24  else
This page took 0.062573 seconds and 3 git commands to generate.