patch-configure 413 B

123456789101112
  1. $Id$
  2. --- tor-0.1.1.26.orig/configure 2006-12-15 01:12:11.000000000 +0100
  3. +++ tor-0.1.1.26/configure 2007-02-17 21:46:29.000000000 +0100
  4. @@ -15193,7 +15193,7 @@ _ACEOF
  5. # Set CFLAGS _after_ all the above checks, since our warnings are stricter
  6. # than autoconf's macros like.
  7. if test $ac_cv_c_compiler_gnu = yes; then
  8. - CFLAGS="$CFLAGS -Wall -g -O2"
  9. + CFLAGS="$CFLAGS -Wall"
  10. else
  11. CFLAGS="$CFLAGS -g -O"
  12. fi